Bug 65470 - DateValue function does not take into account that workbook might be 1904 windowing based
Summary: DateValue function does not take into account that workbook might be 1904 win...
Status: NEW
Alias: None
Product: POI
Classification: Unclassified
Component: SS Common (show other bugs)
Version: 5.0.0-FINAL
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-28 17:23 UTC by PJ Fanning
Modified: 2021-07-28 18:35 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description PJ Fanning 2021-07-28 17:23:11 UTC
Calls DateUtil.getExcelDate without passing a use1904Windowing param. In practice, not many workbooks may be 1904 window based.
Comment 1 PJ Fanning 2021-07-28 18:35:19 UTC
Text function has same problem - there is no support for passing around the use1904Windowing param associated with the workbook.