LoadFromText Method

Office Open XML

Overload List

  NameDescription
LoadFromText(FileInfo)
Loads a CSV file into a range starting from the top left cell.
(Inherited from ExcelRangeBase.)
LoadFromText(String)
Loads a CSV text into a range starting from the top left cell. Default settings is Comma separation
(Inherited from ExcelRangeBase.)
LoadFromText(FileInfo, ExcelTextFormat)
Loads a CSV file into a range starting from the top left cell.
(Inherited from ExcelRangeBase.)
LoadFromText(String, ExcelTextFormat)
Loads a CSV text into a range starting from the top left cell.
(Inherited from ExcelRangeBase.)
LoadFromText(FileInfo, ExcelTextFormat, TableStyles, Boolean)
Loads a CSV file into a range starting from the top left cell.
(Inherited from ExcelRangeBase.)
LoadFromText(String, ExcelTextFormat, TableStyles, Boolean)
Loads a CSV text into a range starting from the top left cell.
(Inherited from ExcelRangeBase.)

See Also