Python Forum
Merge 2 Excel in a specific format - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Merge 2 Excel in a specific format (/thread-15398.html)



Merge 2 Excel in a specific format - Apython - Jan-16-2019

hi i am new python begineer need some suggestion to merge two excel

excel 1

Emp name Emp salary Emp age Emp dept
John 1000 25 works
Sam 2000 26 Plant
Tara 3000 27 finance
Jack 4000 28 Account


excel 2

Emp name
Sam
Jack

Result excel

Emp name Type Value
Sam Emp Salary 1000
Sam Emp age 25
Sam Emp dept works
Jack Emp Salary 4000
Jack Emp age 28
Jack Emp dept Account