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
___
rip()+ first.strip()+"\n")
f.close()
fw.close()
On Oct 7, 2014, at 4:39 AM, Alan Gauld wrote:
> On 06/10/14 23:42, Phillip Pugh wrote:
>> I am trying to decide if Python is the right toolset for me.
> > I do a lot of data analytics.
>
> It can almost cert
I am trying to decide if Python is the right toolset for me. I do a lot of data
analytics. Over the years I have used a lot of SQL and VBA, but the data
sources are getting bigger. I am thinking Python may be what I need to use, but
I am in the early stages of getting to know Python. Can you po