Combine excel sheets to a masterfile | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Combine excel sheets to a masterfile

I need to write a program to combine a particular sheet of every excel with the same title row. My aim is to make a masterfile in excel workbook format. Each excel has the same title row Each excel has 3 sheets in it. I want to create a masterfile of the third sheet.

17th Mar 2020, 5:15 AM
Akhil Padmanabhan
Akhil Padmanabhan - avatar
1 Answer
+ 1
Try the openpyxl library. Should work for your use case. https://openpyxl.readthedocs.io/en/stable/usage.html#
17th Mar 2020, 8:05 AM
Tibor Santa
Tibor Santa - avatar