Awesome-Python-Scripts/Excel_Files_Merger
AndreiN 991f0c2e88 Added python script for merging excel files
Added Excel_Files_Merger script to project list

Added Github link
2019-10-05 20:32:43 +03:00
..
Combine excel files into 1.py Added python script for merging excel files 2019-10-05 20:32:43 +03:00
README.md Added python script for merging excel files 2019-10-05 20:32:43 +03:00

Excel Files Merger

A simple script that excel files with similar table structure from a given path as input and creates a unified excel workbook.

Libraries Required

  1. openpyxl $pip install openpyxl

Usage

A sample script 'Combine excel files into 1.py' has been provided to show the usage of the Excel Merger. When the scipt is run, it will ask for the name of the Unified Workbook and the path of the folder containing the excel files that need to be merged.