File: README

package info (click to toggle)
ooolib 0.1.7-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 312 kB
  • ctags: 65
  • sloc: perl: 1,661; makefile: 88; sh: 78
file content (31 lines) | stat: -rw-r--r-- 1,495 bytes parent folder | download
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.