Name | Description | |
---|---|---|
CsvOpenOptions Constructor | Constructor. |
The following tables list the members exposed by CsvOpenOptions.
Name | Description | |
---|---|---|
CsvOpenOptions Constructor | Constructor. |
Name | Description | |
---|---|---|
CellSeparator | Gets or sets a char value as cell separator. | |
ColumnSeparator | Gets or sets a string value as column separator. | |
ConvertDateTimeData | Gets or sets a value that indicates whether the string in text file is converted to date data,Default is true. | |
ConvertNumericData | Gets or sets a value that indicates whether the string in text file is converted to numeric data,Default is true. | |
Encoding | Gets or sets the default encoding, default is utf-8. | |
FileFormat | Represents the format in which the workbook is opened. (Inherited from GrapeCity.Documents.Excel.OpenOptionsBase) | |
HasFormula | Indicates whether the text is formula if it starts with "=", default is true. | |
Parser | Gets or sets custom parser. | |
ParseStyle | Indicates whether to apply style for parsed values when converting string value to number or datetime,Default is true. | |
RowSeparator | Gets or sets a string value as row separator. | |
SeparatorString | Gets or sets a string value as column separator. |