Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 *.xlsx

Requirements:
* Python 2.4 - 2.6