Click or drag to resize
NanoXLSX

GlobalType Fields

The ImportOptionsGlobalType type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberAllNumbersToDecimal All numbers are cast to decimal
Public fieldStatic memberAllNumbersToDouble All numbers are cast to doubles
Public fieldStatic memberAllNumbersToInt All numbers are cast to integers. Floating point numbers will be rounded (commercial rounding) to the nearest integers
Public fieldStatic memberAllSingleToDecimal All single numbers that can be parsed as decimal are cast to decimal
Public fieldStatic memberDefault No global strategy. All numbers are tried to be cast to the most suitable types
Public fieldStatic memberEverythingToString Every cell is cast to a string
Public fieldvalue__ 
Top
See Also