CSVSaveOptions
CSVSaveOptions
Overview
CSVSaveOptions 是Python的Aspose.Cells FOSS中的一个类.
保存 CSV文件的选项.
这个类提供了在Python程序中使用 CSVSaveOptions 对象的方法. 有的方法包括: __init__. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: date_format, datetime_format, delimiter, encoding, include_header, line_terminator,另外5个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
delimiter | `` | Read | 得到了界限. |
encoding | `` | Read | 得到了编码. |
quote_char | `` | Read | 得到了引用的字符. |
quoting | `` | Read | 得到了引用. |
line_terminator | `` | Read | 得到了线路终结器. |
include_header | `` | Read | 得到了包含标题. |
worksheet_index | `` | Read | 获取工作表索引. |
date_format | `` | Read | 得到日期格式. |
datetime_format | `` | Read | 得到日期时间格式. |
time_format | `` | Read | 得到时间格式. |
write_bom | `` | Read | 得到了写作炸弹. |
Methods
| Signature | Description |
|---|---|
__init__() |