sheet_names# dscat.dictionary.sheet_names(path)[source]# Return the worksheet names in an Excel workbook, in document order. Parameters: path (pathlib.Path) – Path to the .xlsx dictionary. Returns: Worksheet names. Return type: list of str