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

NameTypeAccessDescription
encoding``ReadGets the encoding.
worksheet_index``ReadGets the worksheet index.
include_worksheet_name``ReadGets the include worksheet name.
date_format``ReadGets the date format.
datetime_format``ReadGets the datetime format.
time_format``ReadGets the time format.
empty_cell_value``ReadGets the empty cell value.
skip_empty_rows``ReadGets the skip empty rows.
indent``ReadGets the indent.
ensure_ascii``ReadGets the ensure ascii.

Methods

SignatureDescription
__init__()

See Also