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

..03-May-2022-

samples/H03-May-2022-6753

t/H03-May-2022-5235

ChangesH A D03-May-2022387 127

Excel.pmH A D03-May-20229.6 KiB313163

MANIFESTH A D03-May-2022108 109

Makefile.PLH A D03-May-2022300 96

READMEH A D03-May-20221.4 KiB4028

README

1Module: XML::SAXDriver::Excel
2
3Description:
4    XML::SAXDriver::Excel provides a SAX interface to easily transform Excel documents into XML.
5    The module uses Spreadsheet::ParseExcel to parse Excel files and simultaneously write out XML data.
6    XML::SAXDriver::Excel allows to create your own Spreadsheet::ParseExcel object with defaults that
7    fit your needs or just use defaults.  There will be more handlers added later (ex. DTD, etc...).
8    This module complements the XML::Excel module and should be used to provide a lightweight SAX
9    interface which enhances performance and well as decreases the memory foot mark.
10
11Copying:
12    Copyright (c) 2001 Ilya Sterin. All rights reserved.
13
14    This program is free software; you can redistribute it and/or modify
15    it under the same terms as Perl itself.
16
17Prerequisites:
18    perl 5.002
19    Spreadsheet::ParseExcel
20
21    Other Prerequisites:
22    Although you can install and run without, these module(s) are needed to pass as handlers to XML::SAXDriver::Excel
23
24    XML::Handler::YAWriter
25
26Build/Installation:
27    Standard build/installation supported by ExtUtils::MakeMaker(3)...
28	perl Makefile.PL
29	make
30	make test
31	make install
32
33	(If you don't have a c compiler, you can optionaly place the file Excel.pm in the XML/SAXDriver/CSV
34	directory in the perl include directory)
35
36Author:
37    Ilya Sterin <isterin@cpan.org>
38
39
40