get_workbook_overview
Quickly assess an Excel workbook by retrieving file metadata, sheet list with dimensions, image count, and merged cell information for efficient initial evaluation.
Instructions
Get a quick summary overview of an Excel workbook.
Returns file metadata, sheet list with dimensions, image count, and merged cell information. Use this for a fast assessment before deeper analysis.
@param file_path: Absolute path to the .xlsx file. @return: Formatted text summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |