![]() | Low |
The LowLevel type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | FIRST_ALLOWED_EXCEL_DATE | First date that can be displayed by Excel. Real values before this date cannot be processed. |
![]() ![]() | FIRST_VALID_EXCEL_DATE |
All dates before this date are shifted in Excel by -1.0, since Excel assumes wrongly that the year 1900 is a leap year. See also: https://docs.microsoft.com/en-us/office/troubleshoot/excel/wrongly-assumes-1900-is-leap-year |
![]() ![]() | INVARIANT_CULTURE | Constant for number conversion. The invariant culture (represents mostly the US numbering scheme) ensures that no culture-specific punctuations are used when converting numbers to strings, This is especially important for OOXML number values See also: https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.invariantculture?view=net-5.0 |
![]() ![]() | LAST_ALLOWED_EXCEL_DATE | Last date that can be displayed by Excel. Real values after this date cannot be processed. |
![]() ![]() | MAX_OADATE_VALUE | Maximum valid OAdate value (9999-12-31) |
![]() ![]() | MIN_OADATE_VALUE | Minimum valid OAdate value (1900-01-01) However, Excel displays this value as 1900-01-00 (day zero) |