JsonSaveOptions
Overview
JsonSaveOptions is a class in Aspose.Cells FOSS for Python.
Options for saving JSON files.
This class provides 1 method for working with JsonSaveOptions objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: date_format, datetime_format, empty_cell_value, encoding, ensure_ascii, include_worksheet_name, and 4 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
encoding | `` | Read | Gets the encoding. |
worksheet_index | `` | Read | Gets the worksheet index. |
include_worksheet_name | `` | Read | Gets the include worksheet name. |
date_format | `` | Read | Gets the date format. |
datetime_format | `` | Read | Gets the datetime format. |
time_format | `` | Read | Gets the time format. |
empty_cell_value | `` | Read | Gets the empty cell value. |
skip_empty_rows | `` | Read | Gets the skip empty rows. |
indent | `` | Read | Gets the indent. |
ensure_ascii | `` | Read | Gets the ensure ascii. |
Methods
| Signature | Description |
|---|---|
__init__() |