Bill Turczyn wrote:
Does python have a module similiar to the perl Spreadsheet::WriteExcel
Thanks,
Bill

In a pinch, you can output an HTML table, give the file an .xls extension, and Excel will read it just fine.

There's probably a better option in  python (under win32, you
could use win32com and drive Excel via COM for ex.) but this works
in a pinch.

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to