Step: JSON to Excel
- Key:
json-to-excel - Category: Utilities
- Description: Convert JSON data to an Excel file (base64).
Inputs
- jsonDataKey (select, required): Context key with JSON data
- worksheetName (text): Worksheet name (default Sheet1)
Outputs
- base64 (text): File content
- fileName (text): File name
- mimeType (text): MIME type
- size (number): Bytes
Notes
- Combine with Save File to generate a downloadable link.

