I have an excel file with 10 sheets. I would like to import only 8 of 10 sheets since those have the same schemas while the other two sheets do not contain raw data.
My first two sheet names are "menu" and "cache" and the remaining eight sheet names are "1","2"...."8"
I just want to import and combine the sheets with the names "1","2"..."8" and ignore the "menu" and "cache" sheets.
Thank you