Enum NameParsingStrategy
- Namespace
- OfficeOpenXml.Export.ToDataTable
- Assembly
- EPPlus.dll
Defines options for how to build a valid property or DataTable column name out of a string
public enum NameParsingStrategy
Fields
Preserve = 0
Preserve the input string as it is
RemoveSpace = 2
Remove all spaces
SpaceToUnderscore = 1
Replace any spaces with underscore