File: README

package info (click to toggle)
libdbd-excel-perl 0.06-7
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 308 kB
  • ctags: 123
  • sloc: perl: 1,009; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,031 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
NAME
    DBD::Excel -  A class for DBI drivers that act on Excel File.

DESCRIPTION
    This module is still ALPHA VERSION!

    The DBD::Excel module is a DBI driver.
    This module enables you to manipulate Excel files with SQL via DBI.

    This module can handle files of Excel95, 97 and 2000.

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

REQUIREMENT
    This module requires these modules:
        Spreadsheet::ParseExcel
        Spreadsheet::WriteExcel
        DBI
        SQL::Statement

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

VERSION
    This document refers to version 0.06 of DBD::Excel, released Nov 12, 2002.

AUTHOR
    KAWAI,Takanori (kwitknr@cpan.org)