Winnovative Excel Library

ExcelWorkbookLoadFromCsv Method

Winnovative Excel Library Documentation
Overload List

  NameDescription
Public methodStatic memberLoadFromCsv(Stream, String, ExcelWorkbookFormat)
Loads a CSV stream into a worksheet. The default encoding of the text in CSV is assumed to be UTF-8. The values from CSV will be imported in the top left corner of the worksheet.
Public methodStatic memberLoadFromCsv(String, String, ExcelWorkbookFormat)
Loads a CSV file into a worksheet. The default encoding of the text in CSV is assumed to be UTF-8. The values from CSV will be imported in the top left corner of the worksheet.
Public methodStatic memberLoadFromCsv(Stream, Encoding, String, Int32, Int32, ExcelWorkbookFormat, ExcelWorkbookDefaultSettings)
Loads a CSV stream into a worksheet.
Public methodStatic memberLoadFromCsv(String, Encoding, String, Int32, Int32, ExcelWorkbookFormat, ExcelWorkbookDefaultSettings)
Loads a CSV file into a worksheet.
Top
See Also

Reference