Skip to content

Excelize is a small app that will allow users to easily manipulate Excel files, by merging, converting and splitting them as needed. It support multiple file selection with the aim to simplify the process

License

kbkozlev/Excelize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excelize

Excelize is a small app that will allow users to easily manipulate Excel files, by merging, converting and splitting them as needed.
Multiple file selection is supported in order to optimize the processing of a large number of files.

Download and Run

You can download the latest release or use the command line to download the source code:

     curl -LO https://github.com/kbkozlev/Excelize/archive/refs/heads/master.tar.gz
     tar -xf master.tar.gz
     cd Excelize-master
     pip install -r requirements.txt
     python main.py     

How to use

Prerequisites: All files must have same header.

  1. Select one or multiple files of the same type.
  2. Select output folder
  3. Select input file type
  4. If you select worksheets you can combine them in a single file, or you can split the original file into seperate files where each worksheet is a workbook.
    If you select workbooks you can combine multiple workbooks into a single file.
  5. The output files can be converted to either xlsx or csv, or both if both checkboxes are selected.

Support Me

Buy Me A Coffee

About

Excelize is a small app that will allow users to easily manipulate Excel files, by merging, converting and splitting them as needed. It support multiple file selection with the aim to simplify the process

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages