Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peckto/pyopenxmlcalc
A lightweight Python library to handle a spreadsheet conform to OpenXML
https://github.com/peckto/pyopenxmlcalc
Last synced: about 1 month ago
JSON representation
A lightweight Python library to handle a spreadsheet conform to OpenXML
- Host: GitHub
- URL: https://github.com/peckto/pyopenxmlcalc
- Owner: peckto
- Created: 2012-07-29T15:18:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-29T16:56:19.000Z (over 12 years ago)
- Last Synced: 2024-11-30T13:08:07.112Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PyOpenXMLCalc
=============A library to create a spreadsheet conform to OpenXML,
so that Microsoft Excel, or every other program that supports this format (e.g. LibreOffice, Openoffice)
can open a file created with this library.For an example please see sample.py
Implemented futures yet:
* create a blank workbook
* or open an existing xlsx file
* create a new sheet
* write into a cell
* write data in CSV format to sheet
* read from a cell
* read from a sheet line by line
* format tables with templates
* freeze a row
* conditional formatting (beginsWith, expression)
* save as *.xlsxRequirements:
* Python 2.4 - 2.6