CSVLoadOptions
CSVLoadOptions
Overview
CSVLoadOptions 是Python的Aspose.Cells FOSS中的一个类.
载入CSV文件的选项.
这个类提供了在Python程序中使用CSVLoadOptions对象的方法. 有的方法包括: __init__. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: auto_detect_types, date_formats, delimiter, encoding, escape_char, false_values,另外还有4个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
delimiter | `` | Read | 得到了界限. |
encoding | `` | Read | 得到了编码. |
has_header | `` | Read | 得到了有头. |
quote_char | `` | Read | 得到了引用的字符. |
escape_char | `` | Read | 得到了逃生火箭. |
skip_rows | `` | Read | 获得跳过排. |
auto_detect_types | `` | Read | 得到自动检测类型. |
date_formats | `` | Read | 得到日期格式. |
true_values | `` | Read | 得到了真正的价值. |
false_values | `` | Read | 得到错误的值. |
Methods
| Signature | Description |
|---|---|
__init__() |