I have multiple excel files having different number of sheets in each file. The 1st sheet of each files is named summary. I want to get rid of the summary sheet of each file and consolidate the other sheets in a data frame.
I have files names 1.xlsx, 2.xlsx .... 343.xlsx. Each excel file contains multiple sheets. For example, 1.xlsx contains sheets names summary, Delhi, Noida 2.xlsx contains sheets names summary, Mumbai, Pune, Goa, Hyderabad and so on.
I need to delete summary sheet of all 343 files and merge all other sheets of each file in a single data frame
The number of rows and columns are not same
Example: Sheet x contains the following data:
Sheet y contains the following data:
Desired output: