# Pre-Requirements:
# pip install pandas
# pip install openpyxl
# pip install --upgrade pandas

# This script merges multiple Excel files in the "excel" folder into a single Excel file.

# How to use:
1. **Insert Excel Files**: Place the Excel files you want to merge into the "excel" folder.
2. **Run the script**: Execute the script "python main.py" to merge the Excel files into a single Excel file.