The OpenOffice.org Utility Library includes modules for creating OpenOffice.org and Open Document Format (ODF) documents.
| Tags | Software Development Libraries |
|---|---|
| Licenses | LGPL |
| Operating Systems | POSIX Linux |
| Implementation | Perl Python |
Recent releases


Changes: This version builds upon the previous version in that it gives the developers the additional ability to read in data from ODS cells and update data. It does not yet have support for cell attributes such as fonts, colors, and alignment, but should work well for people who do not need those features.


Changes: This version gives developers the ability to read in an existing ODS file and get the metadata from it. This is the first step in having full editing abilities.


Changes: Developers may now set the horizontal and vertical alignment of the text in each cell. An example program, calc-example08.py, has been created to demonstrate the new features of the library.


Changes: Code has been added that allows users to set the font size in calc spreadsheets.


Changes: This release adds a patch to allow users to create annotation and links in their ODS documents.