new HtmlTableLoadOptionCollection()

Methods

add(item) → Number

Adds one HtmlTableLoadOption into this collection.

Parameter

Name Type Optional Description

item

HtmlTableLoadOption

 

one HtmlTableLoadOption

Returns

Number the index of the added item

add(tableIndex) → Number

Add a HtmlTableLoadOption to the list.

Parameter

Name Type Optional Description

tableIndex

Number

 

Table index

Returns

Number 

add(tableId) → Number

Add a HtmlTableLoadOption to the list.

Parameter

Name Type Optional Description

tableId

String

 

Table ID

Returns

Number 

add(tableIndex, targetSheetIndex)

Add a HtmlTableLoadOption to the list.

Parameters

Name Type Optional Description

tableIndex

Number

 

Table index

targetSheetIndex

Number

 

The target index of worksheet in Excel

add(tableId, targetSheetIndex) → Number

Add a HtmlTableLoadOption to the list.

Parameters

Name Type Optional Description

tableId

String

 

Table ID

targetSheetIndex

Number

 

The target index of worksheet in Excel

Returns

Number 

add(tableIndex, targetSheetIndex, originalSheetIndex)

Add a HtmlTableLoadOption to the list.

Parameters

Name Type Optional Description

tableIndex

Number

 

Table index

targetSheetIndex

Number

 

The target index of worksheet in Excel

originalSheetIndex

Number

 

The original index of worksheet in the html

add(tableId, targetSheetIndex, originalSheetIndex) → Number

Add a HtmlTableLoadOption to the list.

Parameters

Name Type Optional Description

tableId

String

 

Table ID

targetSheetIndex

Number

 

The target index of worksheet in Excel

originalSheetIndex

Number

 

The original index of worksheet in the html

Returns

Number 

add()

Reserved for internal use.

clear()

contains()

Reserved for internal use.

get(index) → HtmlTableLoadOption

Gets the HtmlTableLoadOption element at the specified index.

Parameter

Name Type Optional Description

index

Number

 

The zero based index of the element.

Returns

HtmlTableLoadOption The element at the specified index.

get()

Reserved for internal use.

getCount()

getTableToListObject()

Indicates whether generate list objects from imported tables. The default value is false.

indexOf()

Reserved for internal use.

iterator()

removeAt()

setTableToListObject()

Indicates whether generate list objects from imported tables. The default value is false.