export_excel
Export data to Excel (.xlsx) with multiple sheets and receive a download link.
Instructions
Export data to Excel (.xlsx) file. Supports multiple sheets. Returns a download link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | Yes | File name (without .xlsx extension) | |
| sheets | Yes | Excel sheets. Each contains {name, headers, rows}. |