Skip to content

A lightweight Python library to handle a spreadsheet conform to OpenXML

Notifications You must be signed in to change notification settings

peckto/PyOpenXMLCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A lightweight Python library to handle a spreadsheet conform to OpenXML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages