Get Spreadsheet Structure
get_spreadsheet_structureInspect a workbook before editing or converting by extracting its full structure as JSON from Base64 input—worksheets, tables, charts, and shapes included.
Instructions
Extract the full structure of a spreadsheet (provided as a Base64 string) as a JSON document: workbook metadata, worksheets, tables (with column formulas), pivot tables, charts, and shape coordinates. Call this to inspect a workbook before editing or converting. Redundant empty nodes are omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_b64string | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |