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
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