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
| Name | Type | Access | Description |
|---|---|---|---|
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
| Signature | Description |
|---|---|
__init__() |