CsvSourceOptions Properties
Contains options used to extract data from the CSV file.
Name | Description |
---|---|
Cell |
Gets or sets the cell range from which data is imported. |
Culture | Gets or sets the culture information used to parse the data being imported. |
Detect |
Gets or sets whether the character encoding is automatically determined. |
Detect |
Gets or sets whether a character type used to identify a new line in a CSV document is determined automatically. |
Detect |
Gets or sets whether a character used to separate values in a CSV document is determined automatically. |
Encoding | Gets or sets the character encoding of the CSV document. |
Encoding |
|
Newline |
Gets or sets the character used to identify a new line in a CSV document. |
Skip |
Gets or sets whether or not to include empty rows into the resulting Excel |
Text |
Gets or sets the character that encloses values in the CSV document. |
Trim |
Gets or sets whether to remove all leading and trailing white-space characters from each value in the CSV document. |
Use |
Gets or sets whether to process the values of the first row as headers.
Inherited from Excel |
Value |
Gets or sets a character used to separate values in a CSV document. |
See Also