Table of Contents

XlsFile.OptionsDates1904 Property

Excel has 2 different date systems. On windows systems it uses 1900 based dates, and on old Macintosh systems it uses 1904 dates. You can change this on Excel under Options, and this property allows you to know and change which format is being used. See https://support.microsoft.com/en-us/help/214330/differences-between-the-1900-and-the-1904-date-system-in-excel

Syntax

Namespace: FlexCel.XlsAdapter

public override Boolean OptionsDates1904 { get; set; }

See also