Culture
|
Provides access to the culture-specific settings of the document.
|
DocumentFormat
|
Gets the file format to which the document is exported.
|
Encoding
|
Gets or sets the character encoding of the CSV document.
|
IsCustomValueSeparator
|
Gets whether a custom value separator is specified.
|
MaxColumnCount
|
Gets the maximum number of columns supported by the output file format.
|
MaxRowCount
|
Gets the maximum number of rows supported by the output file format.
|
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.
|
PreventCsvInjection
|
Gets or sets a value indicating whether to prevent Formula Injection into the CSV file.
|
QuoteTextValues
|
Gets or sets whether to put quotes around all text values in CSV output.
|
SupportsDocumentParts
|
Gets a value indicating whether the document can contain multiple worksheets.
|
SupportsFormulas
|
Gets a value indicating whether the document can contain formulas.
|
SupportsOutlineGrouping
|
Gets a value indicating whether the document supports grouping functionality.
|
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.
|
WritePreamble
|
Gets or sets whether to write a prefix that is the sequence of bytes that specifies the encoding used.
|