Enum HeaderParsingTypes
- Namespace
- OfficeOpenXml.LoadFunctions.Params
- Assembly
- EPPlus.dll
Declares how headers should be parsed before they are added to the worksheet
public enum HeaderParsingTypes
Fields
CamelCaseToSpace = 2
Adds a space between camel cased words ('MyProp' => 'My Prop')
Preserve = 0
Leaves the header as it is
UnderscoreAndCamelCaseToSpace = 3
Replaces any underscore characters with a space and adds a space between camel cased words ('MyProp' => 'My Prop')
UnderscoreToSpace = 1
Replaces any underscore characters with a space