https://issues.apache.org/bugzilla/show_bug.cgi?id=54034
Priority: P2
Bug ID: 54034
Assignee: [email protected]
Summary: org.apache.poi.ss.usermodel.DateUtil.isCellDateFormatt
ed can't work right when excel2007 cell format is
"yyyy-MM-ddTHH:mm:ss"
Severity: normal
Classification: Unclassified
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: 3.8
Component: XSSF
Product: POI
Created attachment 29504
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29504&action=edit
the sample file
org.apache.poi.ss.usermodel.DateUtil.isCellDateFormatted can't work right when
excel2007 cell format is "yyyy-MM-ddTHH:mm:ss". The method return false that is
not right,because we call getDateCellValue() on the Cell object,it return the
right java.util.Date.
Use the Book1.xlsx to reproduce it.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]