sigma_export_workbook
Export Sigma workbook elements or pages as PDF, PNG, CSV, XLSX, JSON, or JSONL. Specify element ID or default to the first page.
Instructions
Export a workbook element. If element_id is empty, exports the first page.
format: 'pdf', 'png', 'csv', 'xlsx', 'json', 'jsonl'. layout: 'portrait' or 'landscape' (only for pdf/png). element_id: The specific element to export. If omitted, uses the first page element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | ||
| layout | No | portrait | |
| element_id | No | ||
| workbook_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |