Class LoadFromTextParams
- Namespace
- OfficeOpenXml.LoadFunctions.Params
- Assembly
- EPPlus.dll
Parameters for the LoadFromDictionaries method
public class LoadFromTextParams
- Inheritance
-
LoadFromTextParams
- Inherited Members
Constructors
LoadFromTextParams()
public LoadFromTextParams()
Properties
FirstRowIsHeader
The first row in the text is the header row
public bool FirstRowIsHeader { get; set; }
Property Value
Format
Describes how to split a CSV text.
public ExcelTextFormat Format { get; set; }
Property Value
Text
The text to split
public string Text { get; set; }