add method

add

Adds one HtmlTableLoadOption into this collection.

Returns

the index of the added item

def add(self, item):
    ...
ParameterTypeDescription
itemHtmlTableLoadOptionone HtmlTableLoadOption

add

Add a HtmlTableLoadOption to the list.

Returns

def add(self, table_index):
    ...
ParameterTypeDescription
table_indexintTable index

add

Add a HtmlTableLoadOption to the list.

Returns

def add(self, table_id):
    ...
ParameterTypeDescription
table_idstrTable ID

add

Add a HtmlTableLoadOption to the list.

def add(self, table_index, target_sheet_index):
    ...
ParameterTypeDescription
table_indexintTable index
target_sheet_indexintThe target index of worksheet in Excel

add

Add a HtmlTableLoadOption to the list.

Returns

def add(self, table_id, target_sheet_index):
    ...
ParameterTypeDescription
table_idstrTable ID
target_sheet_indexintThe target index of worksheet in Excel

add

Add a HtmlTableLoadOption to the list.

def add(self, table_index, target_sheet_index, original_sheet_index):
    ...
ParameterTypeDescription
table_indexintTable index
target_sheet_indexintThe target index of worksheet in Excel
original_sheet_indexintThe original index of worksheet in the html

add

Add a HtmlTableLoadOption to the list.

Returns

def add(self, table_id, target_sheet_index, original_sheet_index):
    ...
ParameterTypeDescription
table_idstrTable ID
target_sheet_indexintThe target index of worksheet in Excel
original_sheet_indexintThe original index of worksheet in the html

See Also