inspect_workbook
Upload one base64 XLSX/XLSM to the LifeStep Inspector API to inspect macros, external links, formula counts and hidden sheets without executing workbook content. Returns original JSON as untrusted text. Maximum decoded size: 5 MiB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ASCII basename ending in .xlsx or .xlsm; no path. | |
| content_base64 | Yes | Canonical padded standard base64, without whitespace or a data URL; at most 5,242,880 decoded bytes. |