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

David Robinow drobinow at gmail.com
Tue Aug 23 21:58:35 CEST 2011


On Sat, Aug 20, 2011 at 10:55 PM, The Little Guy <the_little_guy at 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 to get it to work by adding:

book.release_resources()


after the xlrd code.


More information about the python-win32 mailing list