JsonSaveOptions

JsonSaveOptions

Overview

JsonSaveOptions 是Python的Aspose.Cells FOSS中的一个类.

保存JSON文件的选项.

这个类提供了一个方法,用于在Python程序中使用JsonSaveOptions 对象. 有的方法包括: __init__. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: date_format, datetime_format, empty_cell_value, encoding, ensure_ascii, include_worksheet_name,另外还有4个.

Properties

NameTypeAccessDescription
encoding``Read得到了编码.
worksheet_index``Read获取工作表索引.
include_worksheet_name``Read得到了包含工作表的名称.
date_format``Read得到日期格式.
datetime_format``Read得到日期时间格式.
time_format``Read得到时间格式.
empty_cell_value``Read得到空单元格的值.
skip_empty_rows``Read没有空行.
indent``Read得到了抽印.
ensure_ascii``Read得到了保证的答案.

Methods

SignatureDescription
__init__()

See Also

 中文