Bug 65470

Summary: DateValue function does not take into account that workbook might be 1904 windowing based
Product: POI Reporter: PJ Fanning <fanningpj>
Component: SS CommonAssignee: POI Developers List <dev>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 5.0.0-FINAL   
Target Milestone: ---   
Hardware: All   
OS: All   

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.