inspect_excel
Inspect an Excel workbook to retrieve metadata including sheet names, row and column counts, and named ranges. Accepts a base64-encoded file and returns structured JSON.
Instructions
Inspect an Excel workbook and return metadata.
Returns sheet names, row/column counts, and named ranges.
Args: excel_base64: Base64-encoded Excel file.
Returns: JSON with sheetCount, sheets array, and namedRanges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| excel_base64 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |