Revision history for Spreadsheet::Read

0.08	Wed 15 Sep 2005

    - Better check for false values
    - t/xls.t now detects a bug in Spreadsheet::ParseExcel, warns for
    -  it, and generates a patch file for the fix

0.07	Wed 06 Jul 2005

    - Added function rows ()
    - Added function parses ()
    - Made all modules optional
    - Doc updates

0.06	Wed 22 Jun 2005

    - Repaired error in label names in metadata for SXC

0.05	Thu 17 Jun 2005

    - Spreadsheet::ReadSXC >= 0.20 supports sheet order
    - Spreadsheet::ReadSXC has new data structure (we still support the old)
    - Added "version" to the meta data for parser version
    - More tests

0.04	Tue 14 Jun 2005

    - Changed TODO
    - Added options "rc", and "cell"
    - Added CSV
    - Added CSV options "sep", and "quote"
    - Support xls from content
    - Added basic support for SquirrelCalc format
    - Updated pod
    - xlscat -R option for row selection was a one-off
    - xlscat now supports selecting fields with -F

0.03	Thu 19 May 2005

    - Expanded xlscat to support -i for index
    - Optionally install xlscat

0.02	Thu 19 May 2005

    - Typoes in the doc
    - Small change in organization so it actually installs

0.01	Thu 12 May 2005

    - Initial CPAN version. A lot can still change