GemBox.Spreadsheet

ExcelFile.LoadCsv Method (String, Char)

Loads the existing file, using specified character as a delimiter.

public void LoadCsv(
   string fileName,
   char separator
);

Parameters

fileName
File name.
separator
Separator used for delimiting data values.

See Also

ExcelFile Class | GemBox.Spreadsheet Namespace | ExcelFile.LoadCsv Overload List