Find duplicates accross multiple Excel files or sheets
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gabriel Augendre 260fa3514e Update 'README.md' 1 year ago
src Reorganize imports 6 years ago
.gitignore Initial commit 6 years ago
LICENSE Update 'LICENSE' 1 year ago
README.md Update 'README.md' 1 year ago
requirements.txt Initial commit 6 years ago

README.md

excel-dupes-finder

Find duplicates accross multiple Excel files or sheets

Requirements

  • python 3
  • xlrd
  • unidecode (used here to work with accents)
  • argparse

Usage

python3 src/main.py -f FILE [FILE ...]

All files must be Excel workbooks.

Reuse

If you do reuse my work, please consider linking back to this repository 🙂