• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

sample/H07-May-2022-718705

ChangesH A D12-Nov-2002895 2922

Excel.pmH A D12-Nov-200235.5 KiB1,132613

MANIFESTH A D09-Jul-2001268 2019

Makefile.PLH A D12-Nov-2002838 2724

READMEH A D12-Nov-20021 KiB3928

test.plH A D05-May-2001655 215

README

1NAME
2    DBD::Excel -  A class for DBI drivers that act on Excel File.
3
4DESCRIPTION
5    This module is still ALPHA VERSION!
6
7    The DBD::Excel module is a DBI driver.
8    This module enables you to manipulate Excel files with SQL via DBI.
9
10    This module can handle files of Excel95, 97 and 2000.
11
12    The module will work on the majority of Windows, UNIX and
13    Macintosh platforms.
14
15REQUIREMENT
16    This module requires these modules:
17        Spreadsheet::ParseExcel
18        Spreadsheet::WriteExcel
19        DBI
20        SQL::Statement
21
22INSTALLATION
23    The module can be installed using the standard Perl procedure:
24
25        perl Makefile.PL
26        make
27        make test
28        make install    # You may need to be root
29        make clean      # or make realclean
30
31    Windows users without a working "make" can get nmake from:
32        ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe
33
34VERSION
35    This document refers to version 0.06 of DBD::Excel, released Nov 12, 2002.
36
37AUTHOR
38    KAWAI,Takanori (kwitknr@cpan.org)
39