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.2301 Tue Jun 26  8:00:00 2001
    - Mod FmtDefault
                    :Fix not convert undefined or '' string

0.23 Thu Jun 21  21:00:00 2001
    - Mod ParseExcel, FmtUnicode, FmtJapan, FmtJapan2 :
                    :Fix Unicode Latin1 adapt
                       (Thank you, Seiko Yamamura and Sadahiro)
    - Mod ParseExcel : my(undef)  -> my($undef1) ...
                       (Thank you, Alex)

0.22.3 Thu May 16  8:00:00 2001
    - Mod FmtUnicode : Fix code undefined
    - Mod ParseExcel : Fix Marged area (row>255)
                       (Thank you, Dmitriy Litovchin)

0.22.2 Thu May 16  8:00:00 2001
    - Mod ParseExcel : Fix Hidden RowHeight, ColWidht 
                       (Thank you, Maxim Ovchinnikov)

0.22.1 Wed May 14 20:35:00 2001
    - Mod ParseExcel : Fix Continue (COTINUE with no header)
                       (Thank you, Steve Sapovits)
                     : Fix ignore Graph sheet
                       (Thank you, Joel Defarge )
    - Mod Utility : Fix eval at Conditiona-Format 
                       (Thank you, Alok K. Dhir)

0.22 Sat May 5 19:00:00 2001
    - Add SaveParser : For DBD::Excel

0.21.2 Tue May 1 7:00:00 2001
    - Fix ParseExcel : MergedArea
                       (Thank you, Bradley M. Handy )

0.21.1 Sat Apr 29 14:00:00 2001
    - Add ParseExcel : Rich text information support
                       (Thank you, Vladimir Igrevsky)

0.21 Sat Apr 24 18:00:00 2001
    - Mod ParseExcel : Add New Feature for CellHandler
                       (Thank you, Jeff Clark)
    - Mod ParseExcel, FmtDefault, FmtJapan, Utility:
                     : Expanding format information to support
                       (Supported by Nippon-RAD OP Division)

0.20.2 Wed Apr 18 9:00:00 2001
    - Fix Utility : ExcelFmt (For Number format)
                       (Thank you, Jeff Clark)

0.20.1 Sun Apr 11 9:00:00 2001
    - Fix FmtJapan, FmtJapan2 : TxtFmt
    - Fix FmtDefault : ValFmt (for 'String' format')
                       (Thank you, Fukusima, Tuneyosi)

0.20  Mon Mar 30  20:00:00 2001
    - Fix ParseExcel.pm : RK int minus 
                       (Thank you, Morten Sickel)
    - Mod ParseExcel.pm : Fix Font number but not complete
                       (Thank you, Vladimir Igrevsky)
    - Fix ParseExcel.pm : _convBIFF8 non conversion (LABEL, String...)
                       (Thank you, Fukusima, Tuneyosi)
    - Add pod : Limitaion with Spreadsheet::WriteExcel.pm
                       (Thank you, Venkataramana Mokkapati)

0.19  Mon Mar 26  12:00:00 2001
    - Fix Utility.pm :Month short name 
                       (Thank you, Morten Sickel)
    - Fix Utility.pm :Formatting Error
                       (Thank you, yusuf_najuddin)
    - Fix FmtJapan2.pm: CP932Excel.map readable check
                       (Thank you, Kawasaki)

0.18  Sat Mar 18  16:00:00 2001
    - Fix Excel4 file support
    - Fix subLabel (Unicode)
            (Thank you, yusuf_najmuddin)

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