Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 652 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 652 Bytes

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