CsvSaveOptions Class |
Namespace: GemBox.Spreadsheet
The CsvSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | CsvSaveOptions(Char) |
Initializes a new instance of the CsvSaveOptions class.
|
![]() ![]() | CsvSaveOptions(CsvType) |
Initializes a new instance of the CsvSaveOptions class.
|
Name | Description | |
---|---|---|
![]() | AlwaysQuoteValues |
Gets or sets a value indicating whether values in CSV file will always be quoted. Default value is false.
|
![]() | ContentType |
Gets the content-type for CSV file format:
(Overrides SaveOptionsContentType.) |
![]() | Encoding |
Gets or sets the encoding for the CSV file.
|
![]() ![]() | FormatProvider |
Gets or sets the format provider for the CSV file.
|
![]() | Limitations |
Gets limitations for saving to CSV file format.
(Overrides SaveOptionsLimitations.) |
![]() | Separator |
Gets or sets character that serves as value delimiter.
|
![]() | Type |
Gets or sets value delimiter type, see CsvType.
|
Following code demonstrates how to save ExcelCell.Values to CSV file format. Value (numbers, dates, etc.) will be converted to string using specified culture.