Excel module for Python

Peter Hansen peter at engcorp.com
Wed Jan 12 10:41:23 EST 2005


sam wrote:
>> On Wed, 12 Jan 2005 15:18:09 +0800, sam <sam.wun at authtec.com> wrote:
>>> I m wondering which Excel module is good to be used by Python?
[snip]
> No, I don't use MS windows. I need to generate Excel file by printing 
> data to it, just like Perl module Spreadsheet::WriteExcel.

Excel can read CSV files, so just use the standard Python module "csv"
and write your files that way.

-Peter



More information about the Python-list mailing list