HtmlTableLoadOption类
HtmlTableLoadOption类
表示从 html 导入表格时的选项。
HtmlTableLoadOption 类型公开以下成员:
构造函数
| 构造函数 | 描述 |
|---|---|
__init__(self) | 构造一个新的 HtmlTableLoadOption 实例 |
属性
| 属性 | 描述 |
|---|---|
| table_index | 获取或设置要从 html 导入的表的索引。 |
| id | 获取或设置从 html 导入的表的 id |
| name | 获取或设置从 html 导入的表的名称 |
| original_sheet_index | 获取或设置 html 中工作表的原始索引。 |
| target_sheet_index | 获取或设置表格所在工作表的目标索引。 |
| table_to_list_object | 指示是否从导入的表生成列表对象。 默认值为 false。 |