Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ooolib-python-1.0.0.tar.gz | 2022-12-30 | 29.0 kB | |
README.md | 2022-12-30 | 704 Bytes | |
v1.0.0.tar.gz | 2022-12-30 | 30.0 kB | |
v1.0.0.zip | 2022-12-30 | 38.5 kB | |
Totals: 4 Items | 98.2 kB | 2 |
ooolib-python is a library module for creating OpenOffice.org, LibreOffice, Microsoft Office, or other ODF reading documents. Currently, it only is able to create Calc spreadsheets (ODS). It has a lot of functionality including the following:
- Create multiple table spreadsheets
- Cells with text, numbers, dates, formulas
- Ability to use built-in styles
- Ability to create automatic styles (ie. bold, italics, underline, font size, font color, background color, etc.)
- Can set column width and row height
This version is a complete rewrite of the previous version I wrote in 2006. It is more object oriented and easier for me to maintain. It has also been upgraded to support Python 3.