JsonSaveOptions

Overview

JsonSaveOptions is a class in Aspose.Cells FOSS for Python.

Options for saving JSON files.

Properties

NameTypeAccessDescription
encoding``ReadSpecifies the character encoding used for the generated JSON
worksheet_index``ReadSelects the worksheet index to export when saving as JSON
include_worksheet_name``ReadDetermines if the worksheet name is included in the JSON output
date_format``ReadDefines the string format applied to date values in the JSON
datetime_format``Read
time_format``Read
empty_cell_value``ReadSpecifies the placeholder value for empty cells in the JSON output
skip_empty_rows``ReadIndicates whether rows with only empty cells are omitted from the JSON
indent``ReadSets the number of spaces used for indentation in pretty‑printed JSON
ensure_ascii``ReadDetermines if non‑ASCII characters are escaped in the JSON output

Methods

SignatureDescription
__init__()

See Also