Search
CsvImporter.importData Method
See Also
 






Imports CSV data into a worksheet.

 Overload List

Name Description

CsvImporter.importData (InputStream, CsvImporter.RowReceiver)

 

CsvImporter.importData (InputStream, Worksheet)

Imports the specified CSV stream into the specified worksheet.

CsvImporter.importData (String, CsvImporter.RowReceiver)

 

CsvImporter.importData (String, Worksheet)

Imports the specified CSV file into the specified worksheet.

 See Also