Revision history for Perl extension Spreadsheet::ReadSXC.
0.01 Sat Apr 30 14:06:16 2005
- original version; created by h2xs 1.22 with options
-XAn Spreadsheet::ReadSXC
0.02 Mon May 1 2005
- fixed prerequisites in Makefile.PL
0.03 Tue May 3 2005
- more prerequisites in Makefile.PL
- minor corrections in documentation
0.10 Fri May 6 2005
- almost completely rewritten to use XML::Parser instead of XML::Parser::Lite::Tree
- new options to include/drop hidden rows/col, covered cells etc.
- optionally truncate empty rows and columns
- optionally replace newlines in cells with any string
- new subroutines for reading unpacked XML data from SXC files
- option to return date cells as standard date value
0.11 Sun May 8 2005
- eliminated a bug with 'DropHiddenColumns' which would populate an empty table
- edited documentation
0.12 Sun May 8 2005
- comments no longer appear in cells (have to find a cleaner way of returning annotations)