add方法

add(self, item)

将一个 HtmlTableLoadOption 添加到此集合中。

返回

添加项目的索引


def add(self, item):
    ...
范围类型描述
itemHtmlTableLoadOption一个 HtmlTableLoadOption

add(self, table_index)

将 HtmlTableLoadOption 添加到列表中。

返回


def add(self, table_index):
    ...
范围类型描述
table_indexint表索引

add(self, table_id)

将 HtmlTableLoadOption 添加到列表中。

返回


def add(self, table_id):
    ...
范围类型描述
table_idstr表 ID

add(self, table_index, target_sheet_index)

将 HtmlTableLoadOption 添加到列表中。


def add(self, table_index, target_sheet_index):
    ...
范围类型描述
table_indexint表索引
target_sheet_indexintExcel中工作表的目标索引

add(self, table_id, target_sheet_index)

将 HtmlTableLoadOption 添加到列表中。

返回


def add(self, table_id, target_sheet_index):
    ...
范围类型描述
table_idstr表 ID
target_sheet_indexintExcel中工作表的目标索引

add(self, table_index, target_sheet_index, original_sheet_index)

将 HtmlTableLoadOption 添加到列表中。


def add(self, table_index, target_sheet_index, original_sheet_index):
    ...
范围类型描述
table_indexint表索引
target_sheet_indexintExcel中工作表的目标索引
original_sheet_indexinthtml 中工作表的原始索引

add(self, table_id, target_sheet_index, original_sheet_index)

将 HtmlTableLoadOption 添加到列表中。

返回


def add(self, table_id, target_sheet_index, original_sheet_index):
    ...
范围类型描述
table_idstr表 ID
target_sheet_indexintExcel中工作表的目标索引
original_sheet_indexinthtml 中工作表的原始索引

也可以看看