GithubHelp home page GithubHelp logo

web5design / spreadsheet-parseexcel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jmcnamara/spreadsheet-parseexcel

0.0 3.0 0.0 717 KB

Perl module to read Excel binary files

Home Page: http://search.cpan.org/~jmcnamara/Spreadsheet-ParseExcel/

Perl 99.88% Prolog 0.12%

spreadsheet-parseexcel's Introduction

NAME
    Spreadsheet::ParseExcel - Extract information from Excel file.

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

    This module can handle files in Excel95, 97 and 2000 format.

    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)
        IO::Scalar    (if PERLIO is not available)
        Spreadsheet::WriteExcel (to use Spreadsheet::ParseExcel::SaveParser)

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

      or using CPAN.pm or CPANPLUS.pm

        cpan Spreadsheet::ParseExcel

    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


AUTHOR

    Current maintainer 0.40+: John McNamara [email protected]

    Maintainer 0.27-0.33: Gabor Szabo [email protected]

    Original author: Kawai Takanori (Hippo2000) [email protected]


SUPPORT
    Before you report problems, please check the "KNOWN PROBLEMS" section
    in the manual page for Spreadsheet::ParseExcel.

    There is a Google group for discussing and asking questions about
    Spreadsheet::ParseExcel.
    http://groups-beta.google.com/group/spreadsheet-parseexcel/

    Bugs can be reported via rt.cpan.org. See the following for instructions:
    http://rt.cpan.org/Public/Dist/Display.html?Name=Spreadsheet-ParseExcel

    Test cases are always welcome.

spreadsheet-parseexcel's People

Contributors

jmcnamara avatar apla avatar dsteinbrunner avatar runrig avatar dandv avatar

Watchers

JT5D avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.