







|
| EPPlus 3.0 |
| ExcelRangeBase..::.LoadFromText Method (String) |
| ExcelRangeBase Class See Also Send Feedback |
Loads a CSV text into a range starting from the top left cell.
Default settings is Comma separation
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public ExcelRangeBase LoadFromText( string Text ) |
| Visual Basic (Declaration) |
|---|
Public Function LoadFromText ( _ Text As String _ ) As ExcelRangeBase |
| Visual C++ |
|---|
public: ExcelRangeBase^ LoadFromText( String^ Text ) |
Parameters
- Text
- Type: System..::.String
The Text
