![]() | Global |
The ImportOptionsGlobalType type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AllNumbersToDecimal | All numbers are cast to decimal |
![]() ![]() | AllNumbersToDouble | All numbers are cast to doubles |
![]() ![]() | AllNumbersToInt | All numbers are cast to integers. Floating point numbers will be rounded (commercial rounding) to the nearest integers |
![]() ![]() | AllSingleToDecimal | All single numbers that can be parsed as decimal are cast to decimal |
![]() ![]() | Default | No global strategy. All numbers are tried to be cast to the most suitable types |
![]() ![]() | EverythingToString | Every cell is cast to a string |
![]() | value__ |