Show / Hide Table of Contents

Enum HeaderParsingTypes

Declares how headers should be parsed before they are added to the worksheet

Namespace: OfficeOpenXml.LoadFunctions.Params
Assembly: EPPlus.dll
Syntax
public enum HeaderParsingTypes

Fields

Name Description
CamelCaseToSpace

Adds a space between camel cased words ('MyProp' => 'My Prop')

Preserve

Leaves the header as it is

UnderscoreAndCamelCaseToSpace

Replaces any underscore characters with a space and adds a space between camel cased words ('MyProp' => 'My Prop')

UnderscoreToSpace

Replaces any underscore characters with a space

Back to top Generated by DocFX