[]
The options for importing data to a range.
public class DataImportOptions
Public Class DataImportOptions
Name | Description |
---|---|
DataImportOptions() |
Name | Description |
---|---|
ColumnsSelector | Selects columns to import. The default behavior is to auto-generate all columns. |
IncludeColumnsHeader | Determines whether to include column header as the first row when importing data. |
InsufficientSpaceHandling | Determines how to handle insufficient space when importing data. |
ItemTypeProvider | Gets item type from the specified IEnumerable. The type is used to generate columns. The default behavior is to try to get the item type from the generic parameter of IEnumerable<T>, then try to get type from the first item of the IEnumerable. |