Re: Error with win32com client on windows 2003 server

2008-04-18 Thread Mike Driscoll
On Apr 18, 3:12 pm, SPJ <[EMAIL PROTECTED]> wrote: > Sorry, forgot to mention Subject in my earlier post, hence reposting. > > I am writing a script which need's to convert an excel file to csv (text) > format. For that I am using the following code: > > excel = win32com.client.Di

Error with win32com client on windows 2003 server

2008-04-18 Thread SPJ
Sorry, forgot to mention Subject in my earlier post, hence reposting. I am writing a script which need's to convert an excel file to csv (text) format. For that I am using the following code: excel = win32com.client.Dispatch("Excel.Application","Quit") workbook = excel.Workbo