CsvExporter lets you export Worksheet data into .csv file.
The following tables list the members exposed by the CsvExporter type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the CsvExporter class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets or sets the encoding used. |
|
![]() |
Gets or sets the character used as a quote. |
|
![]() |
Gets or sets a value indicating whether to always quote strings. |
|
![]() |
Gets or sets the character used as a separator. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Overloaded. Exports a worksheet to an CSV file. |
See Also