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

2011-08-23 Thread Little Guy
/python-win32/attachments/20110822/a315b006/attachment-0001.html -- Message: 2 Date: Mon, 22 Aug 2011 14:01:51 -0700 From: Tim Roberts t...@probo.com To: Python-Win32 List python-win32@python.org Subject: Re: [python-win32] Opening, Modifying, and Saving an Excel File

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

2011-08-23 Thread David Robinow
On Sat, Aug 20, 2011 at 10:55 PM, The Little Guy the_little_...@gmx.com wrote: Hi, I apologize for the lengthy post. The code you posted does not run at all. I had to rename a few things to get it to do anything at all. It appears that xlrd is holding a reference to the excel file. I was able

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

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

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

2011-08-23 Thread Tim Roberts
The Little Guy wrote: Mr. Roberts, I’ve actually, gone through the, routine of placing quit in multiple places but still I get errors. Either an unknown process error is generated or another instance of Excel pops up, with a SaveAs dialog, box, with a random filename as default.

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

2011-08-23 Thread The Little Guy
...@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 the_little_...@gmx.com wrote: Hi, I apologize for the lengthy post

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

2011-08-23 Thread Andrew MacIntyre
To: python-win32@python.org Subject: Re: [python-win32] Opening, Modifying, and Saving an Excel File from Python? (Tim Roberts) Mr. Roberts, I've actually, gone through the, routine of placing quit in multiple places but still I get errors. Either an unknown process error is generated

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

2011-08-22 Thread Tim Roberts
The Little Guy wrote: 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(),

[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