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
|
README file
OpenOffice.org Perl Library (ooolib)
This Perl Library is being created so that Perl users will have the ability
to create OpenOffice.org documents. Originally I was faced with the problem
of creating spreadsheet files from a Perl CGI program. Since I could not
find a library that would do the task, I decided to write my own. This is
ooolib. I hope that ooolib will satisify your programming needs. If you
have any comments or suggestions, feel free to contact me at
joseph@colton.byuh.edu
Additional documentation is available in the doc/ directory.
Files included with ooolib:
CHANGELOG This file contains information about changes to
ooolib in each version.
dev-tools/ Tools I use to reverse engineer documents.
doc/ This is the documentation directory.
examples/ This directory contains example programs.
LICENSE This is the GNU General Public License. This project
is licensed under the GNU GPL.
ooolib.pl This is the ooolib Perl Library.
README This file.
RELEASE This is the release notes for the current version.
REQUIREMENTS This contains information about requirements for
installation and running ooolib.
TODO This file contains information about tasks that are
not yet completed.
|