gsolve.core.excel_io.get_excel_worksheets# gsolve.core.excel_io.get_excel_worksheets(excel_file, **kwargs)[source]# Return list of all worksheets in excel_file. Parameters: excel_fileThe excel workbook to read. kwargsAdditional arguments passed to pandas.ExcelFile class constructor. Returns: listList of worksheet names in excel_file.