excel-cat A small script that concatenates Excel files. The script assumes that the number of sheets and columns are the same in all files. How to run: pip3 install -r requirements.txt python3 cat-excel.py a.xlsx b.xlsx -result cat-result.xlsx