Re: [Tutor] Deleting a Row From Excel

2015-06-19 Thread Alan Gauld
On 19/06/15 02:28, Phillip Pugh wrote: I need to delete the first row from each document (multi tabs per document). Do you mean you need to delete the first row from each tab? Or the first row from the first tab? I don't see a method in the openpyxl library (using Python 3.4). > am I missing

[Tutor] Deleting a Row From Excel

2015-06-19 Thread Phillip Pugh
I receive several Excel documents each week. I need to delete the first row from each document (multi tabs per document). I don't see a method in the openpyxl library (using Python 3.4). am I missing something? Is there a way to delete a row from Excel. Thanks Phillip ___