I have a .xls Excel file and know the VBA CodeName property for the sheet I want to read. How can I read the sheet into Python by using the Sheet's CodeName property, rather than it's Name property?
Topic discussing the difference between VBA CodeName and Name: Excel tab sheet names vs. Visual Basic sheet names