phamleduy04 / merge-excel-sheet

Merge multiple excel files to one excel file with multiple sheets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instruction

First time setup

  • Make sure python is installed
  • Download this code then unzip
  • Open powershell/command prompt in this folder. (Shift + Right Click -> Open Powershell Window or Open Terminal Window)
  • Use command python -m venv venv
  • Then use
    • .\venv\Scripts\Activate.ps1 for powershell
    • .\venv\Scripts\activate.bat for command prompt
    • source venv/Scripts/activate for linux/macos
  • Then use pip install -r requirements.txt
  • Copy all excel files to need_to_merge folder
  • Run python main.py to run it

Reuse after setup first time

  • Open powershell/command prompt in this folder. (Shift + Right Click -> Open Powershell Window or Open Terminal Window)
  • Then use
    • .\venv\Scripts\Activate.ps1 for powershell
    • .\venv\Scripts\activate.bat for command prompt
    • source venv/Scripts/activate for linux/macos
  • Copy all excel files to need_to_merge folder
  • Run python main.py to run it

About

Merge multiple excel files to one excel file with multiple sheets


Languages

Language:Python 100.0%