The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME
    Spreadsheet::ParseExcel - Get information from Excel file

DESCRIPTION
    This module allows you to get information from Excel file.

    This module can handle files of Excel95, 97 and 2000.
    (and now supports Excel4)

    The module will work on the majority of Windows, UNIX and
    Macintosh platforms. 

REQUIREMENT
    This module requires these modules:
        OLE::Storage_Lite
        Jcode.pm    (if you are using FmtJapan, or FmtJapan2)
        Unicode::Map    (if you are using FmtJapan2 or FmtUnicode)

INSTALLATION
    The module can be installed using the standard Perl procedure:

        perl Makefile.PL
        make
        make test
        make install    # You may need to be root
        make clean      # or make realclean

    Windows users without a working "make" can get nmake from:
        ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe

For FmtJapan2
  If you use FmtJapan2, you must do following actions:

  (1) Copy "CP932Excel.map" included with this distribution to an 
      applicatable directry.

  (2) To add "CP932Excel" as map name, append following lines to 
      REGISTRY in the Unicode::Map hierarchy 
      (changing map directy to applicatable directry):

name:    CP932Excel
srcURL:  $SrcUnicode/VENDORS/MICSFT/WINDOWS/CP932.TXT
src:     $DestUnicode/VENDORS/MICSFT/WINDOWS/CP932.TXT
map:     (which you copied directry)/CP932Excel.map
# Don't remove this line


VERSION
    This document refers to version 0.2602 of Spreadsheet::ParseExcel,
    released Jul 15, 2002.

AUTHOR
    Kawai Takanori (kwitknr@cpan.org)

SUPPORT
    Of course, I'll welcome e-mails.
    And now, I have a Wiki-clone. If you have a question or suggestion, 
    please let me know with Wiki.

  KbWiki
    http://www.hippo2000.info/cgi-bin/KbWikiE/KbWiki.pl (English)
    http://www.hippo2000.info/cgi-bin/KbWiki/KbWiki.pl  (Japanese)