zut.excel.split_excel_path
- zut.excel.split_excel_path(path: str | PathLike, *, default_table_name: str | None = None) tuple[Path | None, str | None]
Return tuple (workbook_path, table_name) from an Excel path (using default_table_name if the Excel path does not end with :Table).
Return tuple (None, None) if this is not an Excel path.