https://github.com/peckto/pyopenxmlcalc
A lightweight Python library to handle a spreadsheet conform to OpenXML
https://github.com/peckto/pyopenxmlcalc
Last synced: 4 months 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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-29T16:56:19.000Z (almost 13 years ago)
- Last Synced: 2025-01-28T20:18:38.170Z (5 months 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