list_sheets
List all sheets in an Excel workbook with their dimensions and metadata, including row/column counts, data ranges, merged cell counts, and image count, to understand the workbook structure before reading its contents.
Instructions
List all sheets in an Excel workbook with their dimensions and metadata.
Returns sheet names, row/column counts, data ranges, merged cell counts, and total embedded image count. Use this to understand the structure of an Excel file before reading its contents.
@param file_path: Absolute path to the .xlsx file. @return: Formatted text with workbook structure overview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |