Table of Contents

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

bool

Format

Describes how to split a CSV text.

public ExcelTextFormat Format { get; set; }

Property Value

ExcelTextFormat

Text

The text to split

public string Text { get; set; }

Property Value

string