Skip to content

Sample Python script that mimics Remove Duplicates function in MS Excel

Notifications You must be signed in to change notification settings

ivancizik/python_xl_removeduplicates

Repository files navigation

Remove duplicates in excel sheet

Sample Python script that mimics Remove Duplicates function in MS Excel

Usage:

python xl_removeduplicates.py [file_name] [column(s)] [-h if data has headers]

python xl_removeduplicates.py sample_m.xlsx A,B -h

The script is using openpyxl and sys

Alt text

Alt text

About

Sample Python script that mimics Remove Duplicates function in MS Excel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages