Name | Description | |
---|---|---|
CsvOpenOptions Constructor | Constructor. |
The following tables list the members exposed by CsvOpenOptions.
Name | Description | |
---|---|---|
CsvOpenOptions Constructor | Constructor. |
Name | Description | |
---|---|---|
getCellSeparator | Gets cell separator. | |
getColumnSeparator | Gets column separator. | |
getConvertDateTimeData | Gets a value that indicates whether the string in text file is converted to date data, default is true. | |
getConvertNumericData | Gets a value that indicates whether the string in text file is converted to numeric data, default is true. | |
getEncoding | Gets the default encoding, default is utf-8. | |
getFileFormat | Get the file format setting. (Inherited from com.grapecity.documents.excel.OpenOptionsBase) | |
getHasFormula | Gets a boolean value indicating whether the text is formula if it starts with \"=\", default is true." | |
getParser | Gets the custom parser. | |
getParseStyle | Gets a boolean value indicating whether to apply style for parsed values when converting string value to number or datetime, default is true. | |
getRowSeparator | Gets row separator. | |
getSeparatorString | Gets column separator. | |
setCellSeparator | Sets a char value as cell separator. | |
setColumnSeparator | Sets a string value as column separator. | |
setConvertDateTimeData | Sets a value that indicates whether the string in text file is converted to date data. | |
setConvertNumericData | Sets a value that indicates whether the string in text file is converted to numeric data. | |
setEncoding | Sets the default encoding, default is utf-8. | |
setHasFormula | Sets a boolean value indicating whether the text is formula if it starts with \"=\", default is true." | |
setParser | Sets the custom parser. | |
setParseStyle | Sets a boolean value indicating whether to apply style for parsed values when converting string value to number or datetime, default is true. | |
setRowSeparator | Sets a string value as row separator. | |
setSeparatorString | Sets a string value as column separator. |