Enables exporting CSV files from a Worksheet.
The following tables list the members exposed by the CsvExporter type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the CsvExporter class. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Exports the specified worksheet to the specified CSV file. |
|
![]() |
Gets the encoding used. |
|
![]() |
Gets the character used as a quote. |
|
![]() |
Gets the character used as a separator. |
|
![]() |
Sets the encoding used. |
|
![]() |
Sets the character used as a quote. |
|
![]() |
Sets the character used as a separator. |
See Also