Table of Contents

Class LoadFromDictionariesParams

Namespace
OfficeOpenXml.LoadFunctions.Params
Assembly
EPPlus.dll

Parameters for the LoadFromDictionaries method

public class LoadFromDictionariesParams : LoadFunctionFunctionParamsBase
Inheritance
LoadFromDictionariesParams
Inherited Members

Constructors

LoadFromDictionariesParams()

public LoadFromDictionariesParams()

Properties

Culture

Culture to be used when reading numbers/dates.

public CultureInfo Culture { get; set; }

Property Value

CultureInfo

DataTypes

Data types used when setting data in the spreadsheet range (defined from left to right per column).

public eDataTypes[] DataTypes { get; set; }

Property Value

eDataTypes[]

HeaderParsingType

Sets how headers should be parsed before added to the worksheet, see HeaderParsingTypes

public HeaderParsingTypes HeaderParsingType { get; set; }

Property Value

HeaderParsingTypes

Keys

If set, only these keys will be included in the dataset

public IEnumerable<string> Keys { get; }

Property Value

IEnumerable<string>

Methods

SetKeys(params string[])

The keys supplied to this function will be included in the dataset, all others will be ignored.

public void SetKeys(params string[] keys)

Parameters

keys string[]

The keys to include