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 = 2Adds a space between camel cased words ('MyProp' => 'My Prop')
Preserve = 0Leaves the header as it is
UnderscoreAndCamelCaseToSpace = 3Replaces any underscore characters with a space and adds a space between camel cased words ('MyProp' => 'My Prop')
UnderscoreToSpace = 1Replaces any underscore characters with a space