From: Sriram S. <sri...@gm...> - 2011-06-08 16:27:13
|
I will be writing into excel files as part of the process. I am using 'xlwt'. I also need to actually open the excel spreadsheet for display and also close them. I found a function : import webbrowser webbrowser.open('C:/Users/300231823/Desktop/GUI/simplenew4.xls') This seems to open the .xls file. How do I close the file ? Thank you! |