OpenOffice/OOBuilder version 0.05
=================================
This is a collection of modules to create OpenOffice documents.
At this moment OpenOffice spreadsheets (calc documents) are
supported. Other OpenOffice documents will follow depending
on time and feedback.
Bug reports and questions can be sent to <oobuilder(at)maygill.com>.
Attention: make sure the word <oobuilder> is in the subject or
body of your e-mail. Otherwhise your e-mail will be taken as
spam and will not be read.
The modules present in this collection are:
OpenOffice::OOBuilder - The base class. For each OpenOffice
document type, another class will be inherited from this
base class.
OpenOffice::OOCBuilder - For creating OpenOffice calc documents:
spreadsheets, documents with the sxc extension.
PREREQUISITES
In order to install and use this package you will need Perl version
5.8.0 or better (although I don't expect problems with older versions,
but I didn't test them). If you intend to use the OpenOffice::OOBuilder
you need to have access to a zip program.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
perl 5.8.0
zip
COPYRIGHT AND LICENCE
Copyright (C) 2004 Stefan Loones
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
SEE ALSO
http://www.maygill.com/oobuilder