Skip to content

Flo-Devv/Py-Merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

42 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Py-Merger: Excel tool to smartly merge sheets (latest release)

Features:

β€’ Clean/Optimized UI

image

β€’ Hints at button hovering

image

β€’ 1-click file access

image

β€’ Resizable UI

image

How does it work?:

β€’ First import your excel files (multiple selection is allowed), all sheets of the imported files are automatically placed in the right column.

image

β€’ Choose your base i.e. the sheet whose data needs to be updated but which will serve as a template (the order of the columns will be copied).

image

β€’ Add your updates (as many as you want in chronological order of preference) they will be displayed in green.

image

β€’ Finally click on "Merge" and the magic happens: a window asks you to save as, then choose the name and the finished file is created!

image

Result:

β€’ Original file (base):

image

β€’ Updates files (updates):

image

image

β€’ Output file:

image

Known limitations:

β€’ The name of the columns must be in the first line in each worksheet.
-> Possible solution: add a selector to choose the right title line.

β€’ The structure of the worksheet should be as follows: first column identifier, next columns characteristics specific to the identifier.
-> Possible solution: add a selector to choose the right identifier column.

Please enjoy my work and do not hesitate to send me your feedback