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) |
![]() | getRowSeparator | Gets row separator. |
![]() | getSeparatorString | Gets column separator. |
![]() | getTrimLeadingBlankRowAndColumn | Indicates 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. |
![]() | setRowSeparator | Sets a string value as row separator. |
![]() | setSeparatorString | Sets a string value as column separator. |
![]() | setTrimLeadingBlankRowAndColumn | Indicates 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 |