excel_list_sheets
Retrieve details for each sheet in an Excel workbook. Provide the path to an existing .xlsx file.
Instructions
Return one dict per sheet in the workbook (insertion order).
Each entry is identical to those in :func:excel_get_info['sheets'].
Args:
path: Path to an existing .xlsx.
folder: Optional base folder for relative paths.
Raises:
OfficeMCPError: ERR_FILE_NOT_FOUND if the file is
missing, ERR_UNSUPPORTED_FMT for non-.xlsx
extensions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| folder | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |