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