LoadFromText Method (FileInfo)

Office Open XML

Loads a CSV file into a range starting from the top left cell.

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelRangeBase LoadFromText(
	FileInfo TextFile
)
Visual Basic (Declaration)
Public Function LoadFromText ( _
	TextFile As FileInfo _
) As ExcelRangeBase
Visual C++
public:
ExcelRangeBase^ LoadFromText(
	FileInfo^ TextFile
)

Parameters

TextFile
Type: System.IO..::.FileInfo
The Textfile

Return Value

[Missing <returns> documentation for "M:OfficeOpenXml.ExcelRangeBase.LoadFromText(System.IO.FileInfo)"]

See Also