Find duplicates accross multiple Excel files or sheets
Go to file
Gabriel Augendre 260fa3514e Update 'README.md' 2022-01-02 19:29:33 +01:00
src Reorganize imports 2016-11-20 00:30:10 +01:00
.gitignore Initial commit 2016-11-19 23:08:10 +01:00
LICENSE Update 'LICENSE' 2022-01-01 22:27:39 +01:00
README.md Update 'README.md' 2022-01-02 19:29:33 +01:00
requirements.txt Initial commit 2016-11-19 23:33:37 +01:00

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 🙂