list_sheets
Retrieve all sheet names, dimensions, and metadata from an Excel workbook to understand its structure before reading 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 |