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.
|
1 year ago | |
---|---|---|
src | 6 years ago | |
.gitignore | 6 years ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
requirements.txt | 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 🙂