Skip to content

zief/Python-misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Python-misc

Python scripts to help easier several tasks.

MergExcel.py - Script for merging data from multiple excel documents to one excel document. The excel docs must from the same template. This mean, its must have same column name, only different in the data. You got the idea. You can merge all excel docs in the folder by specifying -d .

MergExcel.py -d /path/to/directory/excels-files/ -o result.xlsx

You also can merge several excel files by using -f repeatedly.

MergExcel.py -f test1.xlsx -f test2.xlsx -f test3.xlsx -o result.xlsx

About

Python scripts to help easier several tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages