Click or drag to resize

XlsxDateCompatibility Enumeration

Represents the formula used for converting date serial values stored within the workbook into DateTime instances.

Namespace:  MicaSystems.Utils.Excel
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public enum XlsxDateCompatibility
Members
  Member nameValueDescription
StandardBase19000 Standard dates are based on December 30, 1899 and are considered "Standard 1900" dates.
BackwardsCompatibleBase19001 Excel for Windows backwards compatible dates are based on December 31, 1899 are considered "Backwards compatible 1900" dates.
BackwardsCompatibleBase19042 Excel for Macintosh backwards compatible dates are based on January 1, 1904 and are considered "1904" dates.
Remarks
Information on date serial conversion is available here: http://www.documentinteropinitiative.com/implnotes/ISO-IEC29500-2008/001.018.017.004.001.000.000.aspx
See Also