LoadFromText Method
From Office Open XML
Overload List
| Name | Description | |
|---|---|---|
| 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.) |