Pandas: Looking up the list of sheets in an excel file The new version of Pandas uses the following interface to load Excel files: read_excel('path_to_file.xls', 'Sheet1', index_col=None, na_values=... May 25, 2022 0 Comments