Search
CsvImporter Members
Constructors Methods
 


Enables importing CSV files into a Worksheet.

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

 Public Constructors

  Name Description

CsvImporter

Initializes a new instance of the CsvImporter class.

 Public Methods

  Name Description

getEncoding

Gets the encoding used.

getQuote

Gets the character used as a quote.

getSeparator

Gets the character used as a separator.

importData

Overloaded. Imports CSV data into a worksheet.

setEncoding

Sets the encoding used.

setQuote

Sets the character used as a quote.

setSeparator

Sets the character used as a separator.

 See Also