Show / Hide Table of Contents

Enum eDataTypes

Discribes a column when reading a text using the ExcelRangeBase.LoadFromText method

Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public enum eDataTypes

Fields

Name Description
DateTime

Try to convert it to a date. If it fails then add it as a string.

Number

Try to convert it to a number. If it fails then add it as a string.

Percent

Try to convert it to a number and divide with 100. Removes any tailing percent sign (%). If it fails then add it as a string.

String

Always a string.

Unknown

Let the the import decide.

Back to top Generated by DocFX