Name | Description | |
---|---|---|
CsvSaveOptions Constructor | Constructor. |
The following tables list the members exposed by CsvSaveOptions.
Name | Description | |
---|---|---|
CsvSaveOptions Constructor | Constructor. |
Name | Description | |
---|---|---|
getCellSeparator | Gets cell separator. | |
getColumnSeparator | Gets column separator. | |
getEncoding | Gets the default encoding, default is utf-8. | |
getFileFormat | Get the file format setting. (Inherited from com.grapecity.documents.excel.SaveOptionsBase) | |
getQuoteColumns | Get the columns that are specified to be quoted. | |
getRowSeparator | Gets row separator. | |
getSeparatorString | Gets column separator. | |
getTrimLeadingBlankRowAndColumn | Gets a boolean value indicating whether leading blank rows and columns should be trimmed like what ms excel does, defalut is true. | |
getValueQuoteType | Gets how to quote values in the exported text file. | |
setCellSeparator | Sets a string value as cell separator. | |
setColumnSeparator | Sets a string value as column separator. | |
setEncoding | Sets the default encoding. | |
setQuoteColumns | Specify some columns to be quoted, while the remaining columns not to be quoted. Column numbers start from 0, and specifying invalid column has no effect. | |
setRowSeparator | Sets a string value as row separator. | |
setSeparatorString | Sets a string value as column separator. | |
setTrimLeadingBlankRowAndColumn | Sets a boolean value indicating whether leading blank rows and columns should be trimmed like what ms excel does, defalut is true. | |
setValueQuoteType | Sets how to quote values in the exported text file. | |
toString |