Subject: | Way to read 1904 flag |
Dates in Excel files (even XLSX) can be in one of two conventions, 1900
or 1904. When reading the file you need to know which convention is used
to correctly convert a date number to a date. So Spreadsheet::XSLX
should have a way to query this flag (or alternatively, it should
automatically convert dates for you so you don't have to add days to
1900 or 1904).