- Python 3
- Clone the repository
git clone https://github.com/harshanas/excel-files-merger.git
- Install dependencies
pip install -r requirements.txt
python merge.py d f s
Parameter | Description | Example |
---|---|---|
d | Files Directory to be merged | H:\Work\Scraped |
f | Destination File Name | ALL.xlsx |
s | Starting Row | 1 |
python merge.py H:\Work\Scraped ALL.xlsx 1