James Matthews wrote:


---------- Forwarded message ----------
From: *Greg Lindstrom* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
Date: Tue, Aug 26, 2008 at 11:54 AM
Subject: Renaming Excel Spreadsheets
To: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>


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 default, 3 are created, but I would like more.

--> Is it possible to rename a worksheet inside of the workbook (change "Sheet1" to "July 08", for example).

I've been working with Mark Hammond's book on Windows programming with Python, but these have me stumped.

Better yet, an Open Source reporting system (ala Crystal Reports) would keep me from having to write this. I've looked at Jasper and DataVision;

Thanks,
--greg

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


You might also look at Dabo, which has a Report Designer that's similar to Crystal Reports, but written in Python. There are a couple of screencasts here:

http://dabodev.com/documentation

Mike
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to