xlsx_topology
Get a complete workbook overview in one call: sheets, dimensions, formulas, named ranges, tables, validations, hyperlinks, merges, and feature flags. Used to orient before diving deeper.
Instructions
one-call workbook orientation. Returns sheets × dimensions × formulas × named ranges × tables × validations × hyperlinks × merges in one shot, plus feature flags (macros / external refs / pivots / LAMBDA / dynamic arrays). No other tool can do this: pandas gives you a frame per sheet but no structure; openpyxl makes you fan out across 6+ object trees to learn the same thing; this is the "what is in this workbook?" call you make first to decide which other tool to call next.
USE WHEN: an agent has just been handed a workbook and needs to orient before drilling in. Or surveying many workbooks for triage / index. Or auditing whether a workbook is "interesting" (formulas? macros? external refs?). Free tier — counts against the 10k/mo cap.
DO NOT USE WHEN: you already know the sheet you want and just want its data (use xlsx_read or xlsx_describe).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_b64 | Yes |