Search
CsvExporter Members
Constructors Methods
 


Enables exporting CSV files from a Worksheet.

The following tables list the members exposed by the CsvExporter type.

 Public Constructors

  Name Description

CsvExporter

Initializes a new instance of the CsvExporter class.

 Public Methods

  Name Description

export

Exports the specified worksheet to the specified CSV file.

getEncoding

Gets the encoding used.

getQuote

Gets the character used as a quote.

getSeparator

Gets the character used as a separator.

setEncoding

Sets the encoding used.

setQuote

Sets the character used as a quote.

setSeparator

Sets the character used as a separator.

 See Also