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