I have a folder full of Excel workbooks with each workbook having a different number of sheets. I have a dictionary with key:value pairs being the key = workbook file path name and the value = a list of sheets associated with each workbook key in pairs.
Is it possible to use pandas to open these workbook files with a for loop somehow? I have been searching the internet for an answer to this question, but I am not able to find anything and I am wondering if this is possible.
Thank you.
I would like to open these workbooks and sheets en mass.