Excel object model:
http://msdn.microsoft.com/en-us/library/bb149081.aspx
I think the Sheets object is where you add more sheets to a workbook.
You can google for code examples on how to use COM with Excel. You
don't have to limit yourself to Python code examples since COM
Greg Lindstrom wrote:
Hello,
I am working with Python to create Excel spreadsheets and have run into
a couple of problems I hope you can help me with.
First...are there any bindings/libraries into Open Office?
Now, back to Excel.
--> Does anyone know a way to create N worksheets? By defau