excel-dupes-finder/README.md

18 lines
350 B
Markdown
Raw Permalink Normal View History

2016-11-19 23:41:13 +01:00
# excel-dupes-finder
Find duplicates accross multiple Excel files or sheets
## Requirements
- python 3
- xlrd
- unidecode (used here to work with accents)
- argparse
## Usage
```bash
python3 src/main.py -f FILE [FILE ...]
```
All files must be Excel workbooks.
2022-01-02 19:29:33 +01:00
# Reuse
If you do reuse my work, please consider linking back to this repository 🙂