Re: Excel Manipulation using Python

2008-04-18 Thread Krishna
On Apr 18, 11:36 am, Tim Golden <[EMAIL PROTECTED]> wrote: > Krishna wrote: > > I was trying to delete rows in an existing .xls file using python. How > > do I do that? I was using the following code, it seem to work if I > > type in python window, but if I save it in text editor and drage and > >

Re: Excel Manipulation using Python

2008-04-18 Thread Tim Golden
Krishna wrote: > I was trying to delete rows in an existing .xls file using python. How > do I do that? I was using the following code, it seem to work if I > type in python window, but if I save it in text editor and drage and > drop the .py file, it doesnt work. What am I doing wrong here? Thank

Excel Manipulation using Python

2008-04-18 Thread Krishna
I was trying to delete rows in an existing .xls file using python. How do I do that? I was using the following code, it seem to work if I type in python window, but if I save it in text editor and drage and drop the .py file, it doesnt work. What am I doing wrong here? Thanks for your help! impor