Serialize: XLSX The Serialize: XLSX mapper converts a data structure like objects and arrays into a binary XLSX format.Documentation Index
Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
Use this file to discover all available pages before exploring further.
Fields
N/ASample data
| Input | Output |
|---|---|
| {“name”: “Example”,“price”: 19.95} | BINARY DATA |
| {“invoiceId”: “#1234”,“totalAmount”: 300,“products”: [{“sku”: “ABC”,“price”: 100,“qty”: 1},{“sku”: “123”,“price”: 200,“qty”: 1}]} | BINARY DATA |
| [“A”, “B”, “C”] | BINARY DATA |