Show / Hide Table of Contents

Enum NameParsingStrategy

Defines options for how to build a valid property or DataTable column name out of a string

Namespace: OfficeOpenXml.Export.ToDataTable
Assembly: EPPlus.dll
Syntax
public enum NameParsingStrategy

Fields

Name Description
Preserve

Preserve the input string as it is

RemoveSpace

Remove all spaces

SpaceToUnderscore

Replace any spaces with underscore

In This Article
Back to top Generated by DocFX