Re: Delete rows using xlrd?

2008-04-18 Thread John Machin
Krishna wrote: > I want to delete some rows (by creating a loop may be) using xlrd. Is > this possible, No. The "rd" in "xlrd" is an abbreviation for "read". It is possible to read the more basic info from an Excel spreadsheet, manipulate it in memory, and write out the results to a new file usi

Delete rows using xlrd?

2008-04-18 Thread Krishna
I want to delete some rows (by creating a loop may be) using xlrd. Is this possible, if not how do I do that with python? Please help Thanks Krishna -- http://mail.python.org/mailman/listinfo/python-list