Skip to main content
Serialize: XLSX The Serialize: XLSX mapper converts a data structure like objects and arrays into a binary XLSX format.

Fields

N/A

Sample data

InputOutput
{“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