Interface: JSONExportOptions
Defined in: utils/JSONExporter.ts:9
Options for JSON export.
Properties
Property | Type | Description | Defined in |
---|
filename? | string | The filename to save the JSON file as. If not provided, a default filename is used. | utils/JSONExporter.ts:13 |
includeEmptyCells? | boolean | Whether to include empty/space cells in the output. Default is true . | utils/JSONExporter.ts:19 |
prettyPrint? | boolean | Whether to pretty-print the JSON with indentation. Default is true . | utils/JSONExporter.ts:25 |