vuegen.table_utils module
Reading tabular data using pandas.
-
vuegen.table_utils.get_sheet_names(file_path: str) → list[str][source]
Get the sheet names of an Excel file.
- Parameters:
file_path (str) – Path to the Excel file.
- Returns:
List of sheet names.
- Return type:
list[str]