Archive for April, 2011

Examples Generating Excel Documents Using Python’s xlwt

Monday, April 25th, 2011

Here are some simple examples using Python’s xlwt library to dynamically generate Excel documents.

Please note a useful alternative may be ezodf, which allows you to generate ODS (Open Document Spreadsheet) files for LibreOffice / OpenOffice. You can check them out at: http://packages.python.org/ezodf/index.html
(more…)