Skip to content

ftharyanto/excel-merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preview

preview

Format File Supported

  • XLS
  • XLSX
  • CSV

OS Supported

  • Windows
  • Linux

Build From Source

Python Package Dependencies:

  • PyInstaller
  • PyQt5
  • pandas
  • sys
  • os
  • openpyxl

Steps:

  1. Install all dependencies using pip3 install -r requirements.txt
  2. Convert .ui to .py pyuic gui.ui -o gui.py
  3. Build using pyinstaller --onefile main.py