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