Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 3.1 KB

README.md

File metadata and controls

69 lines (57 loc) · 3.1 KB

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