Export sheet data to JSON for APIs and workflows.
JSON is the standard format for web APIs and modern data pipelines. Convert spreadsheets to JSON for direct use in applications, scripts, or databases.
An array of objects where each object represents a row, with column headers as keys.
Nested objects and arrays in cells are serialized as JSON text strings.
Yes. Select multiple sheets and they are included as separate arrays in the output.