I have some data that I\'d like to save in an excel file. How does one do this in python?
if it's running on windows, try creating an instance of EXCEL.APPLICATION via COM
EXCEL.APPLICATION
Use Excel Help for the object reference.
This way you can even format the data, write formulas, etc.