Hello,
I have a project that reads data from excel files and puts it in a database. Part of the data that is stored is a date that is retrieved from the worksheets. I am experiencing a problem with some of the worksheets where Aspose.Cells is reading the dates incorrectly. After some research, I discovered that Excel has two different date systems. One of them starts at 1/1/1900 and is the default for Windows machines, and the other starts at 1/2/1904 and is the default for Macintosh machines. In Excel, if I go to Tools -> Options -> Calculations tab, there is a checkbox to enable or disable the 1904 date system.
I would just like to be able to disable the 1904 date system on the fly with Aspose.Cells if possible. My users will have to upload hundreds of spreadsheets, and it would take quite a bit of time to manually configure each workbook to make sure it is using the 1900 date system.
Is there any way to do that using Aspose? If not, is there any way you could add this functionality to Aspose?