Show / Hide Table of Contents

Enum eConnectionTextFieldType

Specifies the external connection data type and its date format order, used when importing or interpreting external data fields.

Namespace: OfficeOpenXml.Data.Connection
Assembly: EPPlus.dll
Syntax
public enum eConnectionTextFieldType

Fields

Name Description
DayMonthYear

Field contains a date in the order: day, month, year.

DayYearMonth

Field contains a date in the order: day, year, month.

EastAsianYearMonthDay

Field contains an East Asian date in the order: year, month, day.

General

Decides the best-fit data type based on the content.

MonthDayYear

Field contains a date in the order: month, day, year.

MonthYearDay

Field contains a date in the order: month, year, day.

SkipField

Skip this field entirely — do not import it.

Text

Field contains plain text.

YearDayMonth

Field contains a date in the order: year, day, month.

YearMonthDay

Field contains a date in the order: year, month, day.

In this article
Back to top Generated by DocFX