ImportTableOptions class

ImportTableOptions class

Represents the options of importing data into cells.

The ImportTableOptions type exposes the following members:

Constructors

ConstructorDescription
initCreates the default importing options.

Properties

PropertyDescription
convert_grid_styleIndicates whether apply the style of the grid view to cells.
convert_numeric_dataGets or sets a value that indicates whether the string value should be converted to numeric or date value.
insert_rowsIndicates whether new rows should be added for importing data records.
shift_first_row_downIndicates whether shifting the first row down when inserting rows.
is_field_name_shownIndicates whether field name should be imported.
export_caption_as_field_nameIndicates whether exporting caption as field name
date_formatGets or sets date format string for cells with imported datetime values.
number_formatsGets or sets the number formats
is_formulasIndicates whether the data are formulas.
total_rowsGets or sets total row count to import from data source. -1 means all rows of given data source.
total_columnsGets or sets total column count to import from data source. -1 means all rows of given data source.
column_indexesGets or sets the columns(0-based) to import from data source. null means all columns should be imported.
default_valuesDefault value for the value in the table is null.
is_html_stringIndicates whether the value contains html tags.
check_merged_cellsIndicates whether checking merged cells.

See Also