Re: [python-win32] Opening, Modifying, and Saving an Excel File from Python?

2011-08-23 Thread The Little Guy
ilto:drobi...@gmail.com] Sent: Tuesday, August 23, 2011 12:59 PM To: The Little Guy Cc: python-win32@python.org Subject: Re: [python-win32] Opening, Modifying, and Saving an Excel File from Python? On Sat, Aug 20, 2011 at 10:55 PM, The Little Guy wrote: > Hi, > I apologize for the lengthy post

Re: [python-win32] Opening, Modifying, and Saving an Excel File from Python? (Tim Roberts)

2011-08-23 Thread The Little Guy
l> -- Message: 2 Date: Mon, 22 Aug 2011 14:01:51 -0700 From: Tim Roberts To: Python-Win32 List Subject: Re: [python-win32] Opening, Modifying, and Saving an Excel File from Python? Message-ID: <4e52c3bf.8050...@probo.com> Content-Type: text/plai

[python-win32] Opening, Modifying, and Saving an Excel File from Python?

2011-08-20 Thread The Little Guy
Hi, I apologize for the lengthy post. I'm using Python 2.7, Win 7, Excel 2003. When trying to enter a time object and text data into a, simple, Excel 2003 file. I've tried different combinations for saving the file. I've used workbook.Save(), workbook.SaveAs(filename), etc. Sometimes

Re: [python-win32] Word document with columns and page break. (Little Guy)

2011-07-11 Thread The Little Guy
Mr. Spitz, Thanks for the suggestions, I tried it and found the object model for word and I've begun to explore, little by little. Visually, being able to look at the objects, methods, properties, etc, is very helpful. For some reason my initial reply to Mr. Roberts, did not properly get sto