In a pinch, you can output an HTML table, give the file an .xls extension, and Excel will read it just fine.Does python have a module similiar to the perl Spreadsheet::WriteExcel Thanks, Bill
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