Re: open excel file while it is being used.

2008-01-10 Thread Devraj
Hi Barry, Obviously what you are trying to do is detect file locks. I am not exactly sure how to do this in Python but from previous system administration jobs here are some scenarios that you might want to watch out for. - I know for one that if you are accessing the file on a Samba share, file

open excel file while it is being used.

2008-01-10 Thread barry . zhao
Hi, I have a python program that constantly updates an excel spreadsheet. I would like to be able to view its updates while using excel to edit other excel files. Below are the test codes I have: -- from time impo