export_xlsx
Export the current workbook as base64-encoded .xlsx bytes, enabling direct data transfer when file-saving is unavailable.
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 | |||