Implement 1904 Date System with Golang via C++

Contents
[ ]

To implement the 1904 date system in Microsoft Excel (for example, Microsoft Excel 2003):

  1. From the Tools menu, select Options, and then select the Calculation tab.
  2. Select the 1904 date system option.
  3. Click OK.
Selecting the 1904 date system in Microsoft Excel
todo:image_alt_text

See the following sample code on how to achieve this using Aspose.Cells APIs.