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 to get it to work by adding: book.release_resources() after the xlrd code. _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32