df = pd.read_excel("file_name.xlsb", sheet_name="sheetname")
Is it possible to check the df (DataFrame) visibility.
I have read the excel file (.xlsb) using pandas. I cannot use other libraries to check the sheet visibility. Since, I shall be do more changes if I change the library.