Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Unable to delete duplicates in excel with Python
Post: RE: Unable to delete duplicates in excel with Pyth...

Solved. I use about 400 lines of code. But it does the job if you just iterate through the same file 12 times.
tysondogerz General Coding Help 2 9,680 Nov-07-2017, 11:25 AM
    Thread: Unable to delete duplicates in excel with Python
Post: RE: Unable to delete duplicates in excel with Pyth...

Trying to set it for a set range... As it's only getting one row so far.. Likely have to iterate... wb1 = openpyxl.load_workbook('C:/adw.xlsx') ws = wb1.active wb2 = openpyxl.Workbook() ws2 = wb2.act...
tysondogerz General Coding Help 2 9,680 Nov-07-2017, 09:51 AM
    Thread: Unable to delete duplicates in excel with Python
Post: Unable to delete duplicates in excel with Python

I am trying to delete duplicates but the job just finishes with an exit code 0 and does not delete any duplicates. I have attempted to do this with openpyxl for an excel as well as other methods (in...
tysondogerz General Coding Help 2 9,680 Nov-07-2017, 07:13 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020