Click or drag to resize
NanoXLSX

ColumnType Fields

The ImportOptionsColumnType type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberBool Cells are tried to be imported as bools
Public fieldStatic memberDate Cells are tried to be imported as dates (DateTime). See also DateTimeFormat, TimeSpanFormat and TemporalCultureInfo
Public fieldStatic memberDecimal Cells are tried to be imported as numbers (enforcing decimal)
Public fieldStatic memberDouble Cells are tried to be imported as numbers (enforcing double)
Public fieldStatic memberNumeric Cells are tried to be imported as numbers (automatic determination of numeric type)
Public fieldStatic memberString Cells are all imported as strings, using the ToString() method
Public fieldStatic memberTime Cells are tried to be imported as times (TimeSpan)
Public fieldvalue__ 
Top
See Also