Skip to main content

CsvDataAwareExporterOptions Members

Specifies options for exporting the document to CSV format.

Constructors

Name Description
CsvDataAwareExporterOptions() Initializes a new instance of the CsvDataAwareExporterOptions class.

Properties

Name Description
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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ResetValueSeparator() Sets value separator to its default character.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also