CsvDocumentExporterOptions Properties
Contains options used for saving (exporting) a document in CSV format.| Name | Description |
|---|---|
| CellReferenceStyle | Gets or sets the cell reference style used in a source document. |
| Culture | Gets or sets the culture information used to format strings of data. |
| DiscardTrailingEmptyCells | Gets or sets whether empty trailing cells in each row should not be exported. |
| FormulaExportMode | Gets or sets how to export cells containing formulas. |
| NewlineAfterLastRow | Gets or sets whether the newline character sequence is inserted after the last row of the resulting text. |
| NewlineType | Gets or sets a character sequence used to define a new line. |
| QuotationMode | Gets or sets a value indicating how to quote text values in the exported CSV document. |
| Range | Gets or sets the worksheet range for export. |
| RepeatMergedCellValues | Gets or sets a value indicating whether to repeat a merged cell value for each cell in the merged range when exporting the document. |
| ShiftTopLeft | Gets or sets whether to skip the top left empty cells when exporting the worksheet. |
| SkipHiddenColumns | Specifies whether to skip hidden columns when a document is exported to CSV. |
| SkipHiddenRows | Specifies whether to skip hidden rows when a document is exported to CSV. |
| TargetUri | Gets or sets the URI of the document being exported. Inherited from DocumentExporterOptions. |
| TextQualifier | Gets or sets the character that encloses values in the resulting text. |
| UseCellNumberFormat | Gets or sets whether to use the cell Formatting.NumberFormat property to convert a cell numeric value to a string. |
| ValueSeparator | Gets or sets a character used to separate values in the resulting text. |
| Worksheet | Gets or sets a destination worksheet to which text data are exported. |
| WritePreamble | Gets or sets whether to write a prefix that is the sequence of bytes that specifies the encoding used. |
See Also