export_xlsx
Get the active workbook as base64-encoded .xlsx bytes when you need the file content directly, such as for embedding or transfer. Prefer saving to a file link when possible.
Instructions
Return the workbook as base64-encoded .xlsx bytes.
Last resort. The bytes land in your context and cost roughly 1.4 KB of text per KB of file. Prefer save_workbook, which writes a real file and hands the host a link to it — the host can give the human the workbook without any of it passing through you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||