Skip to main content

Interface: JSONExportOptions

Defined in: utils/JSONExporter.ts:9

Options for JSON export.

Properties

PropertyTypeDescriptionDefined in
filename?stringThe filename to save the JSON file as. If not provided, a default filename is used.utils/JSONExporter.ts:13
includeEmptyCells?booleanWhether to include empty/space cells in the output. Default is true.utils/JSONExporter.ts:19
prettyPrint?booleanWhether to pretty-print the JSON with indentation. Default is true.utils/JSONExporter.ts:25