HtmlTableLoadOption Class

HtmlTableLoadOption class

Represents the option when import table from html.


type HtmlTableLoadOption struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewHtmlTableLoadOptionDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetTableIndexGet or set the index of table to import from html.
SetTableIndexGet or set the index of table to import from html.
GetIdGet or set the id of table to import from html
SetIdGet or set the id of table to import from html
GetOriginalSheetIndexGet or set the original index of worksheet in the html.
SetOriginalSheetIndexGet or set the original index of worksheet in the html.
GetTargetSheetIndexGet or set the target index of worksheet where the table is to be located.
SetTargetSheetIndexGet or set the target index of worksheet where the table is to be located.
GetTableToListObjectIndicates whether generate list objects from imported table.The default value is false.
SetTableToListObjectIndicates whether generate list objects from imported table.The default value is false.