On Sat, Aug 20, 2011 at 10:55 PM, The Little Guy <[email protected]> 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 [email protected] http://mail.python.org/mailman/listinfo/python-win32
