The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Spreadsheet::ParseExcel.

0.17  Wed Mar 12  9:00:00 2001
    - Fix Utility.pm for Number format
    - Fix FmtJapan2.pm to use FmtJapan
            (Thank you, Kawasaki) 
    - Fix Utility.pm for Number format (not Numeric)
            (Thank you, John Dawson)
    - Fix Format string with Chinese Character (in Excel95)

0.16  Wed Mar 7  22:00:00 2001
    - Fix Format String
    - Avoding warnings
            (Thank you Jimmy Sieben and Daniel Berger) 

0.15  Wed Mar 6  10:00:00 2001
    - Fix RK number
            (Thank you Jimmy Sieben)
    - Modify many internal functions!!
    - Add Spreadsheet::ParseExcel::Utity for formatting!

0.13  Sat Feb 21  20:40:00 2001
    - Support Pps 'BOOK' (not 'Book') with OLE::Storage_Lite 0.07
                             (Thank you, Punam Chordia )
    - Modify Makefile.PL (define OLE::Storage_Lite Version)
                             (Thank you, Aldo Calpini)
    - Fix Conetinue ASCII-Unicode pattern
                             (Thank you, Tim Wills)
    - Add FmtUnicode sample :dmpExU.pl (Sorry and thank you, Mike Goblin)

0.12  Sat Feb 5  11:00:00 2001
    - Support Excel4 file (Thank you, Jeff Haferman and herbert )
    - Add reference of scalar and IO::File object support in Parse
                          (Thank you, Jeff Haferman)
    - Fix Continue SST (Thank you, Gennadiy)
    - Delete VBAMacros from sample/Excel/Test97j.xls and Test97.xls
      avoiding virus check.
                          (Thank you, Alfred Nathaniel)
    - Fix weekday of ExcelLocaltime

0.11  Sat Jan 26 14:00:00 2001
    - Skip 0xEF to EOF(0x0A) (Thank you, Phil DiFalco)

0.10  Mon Jan 15 12:00:00 2001
    - Fix _subString, _subFormula  (Thank you, Ilter Cekic and Mike Edwards)

0.09  Sat Dec 15 12:00:00 2000
    - Fix Month name of FmtDefault.pm  (Thank you, Michael Edwards)
    - Add FmtJapan2.pm
    - Fix Slightly Bug

0.08  Sat Nov 25 12:00:00 2000
    - Fix RString, PackedString BUGS (Thank you, Kim Namsuk)
    - Fix undefined function _subDefColW (Thank you, Hirofumi Morisada)

0.07  Sat Nov 18 12:00:00 2000
	- Change to use OLE::Storage_Lite
	- Fix RString, PackedString BUGS (Thank you, Hirofumi Morisada)
	- Fix and Add Formula String     (Thank you, Michael Edwards)

0.05  Mon Oct  2 03:14:04 2000
	- original version