python : Get Active Sheet in xlrd? and help for reading and validating excel file in Python
问题 2 Questions to ask: Ques 1: I just started studying about xlrd for reading excel file in python. I was wondering if there is a method in xlsrd --> similar to get_active_sheet() in openpyxl or any other way to get the Active sheet ? get_active_sheet() works this in openpyxl import openpyxl wb = openpyxl.load_workbook('example.xlsx') active_sheet = wb.get_active_sheet() output : Worksheet "Sheet1" I had found methods in xlrd for retrieving the names of sheets, but none of them could tell me the