JsonSaveOptions
Overview
JsonSaveOptions is a class in Aspose.Cells FOSS for Python.
Options for saving JSON files.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
encoding | `` | Read | Specifies the character encoding used for the generated JSON |
worksheet_index | `` | Read | Selects the worksheet index to export when saving as JSON |
include_worksheet_name | `` | Read | Determines if the worksheet name is included in the JSON output |
date_format | `` | Read | Defines the string format applied to date values in the JSON |
datetime_format | `` | Read | |
time_format | `` | Read | |
empty_cell_value | `` | Read | Specifies the placeholder value for empty cells in the JSON output |
skip_empty_rows | `` | Read | Indicates whether rows with only empty cells are omitted from the JSON |
indent | `` | Read | Sets the number of spaces used for indentation in pretty‑printed JSON |
ensure_ascii | `` | Read | Determines if non‑ASCII characters are escaped in the JSON output |
Methods
| Signature | Description |
|---|---|
__init__() |