Click or drag to resize
PicoXLSX

LowLevel.FIRST_VALID_EXCEL_DATE Field

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

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntax
C#
public static readonly DateTime FIRST_VALID_EXCEL_DATE

Field Value

DateTime
See Also