sam wrote:
On Wed, 12 Jan 2005 15:18:09 +0800, sam <[EMAIL PROTECTED]> 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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to