Summary: | DateUtil.isCellDateFormatted should probably handle data format "reserved-0x1c" | ||
---|---|---|---|
Product: | POI | Reporter: | thilo |
Component: | HSSF | Assignee: | POI Developers List <dev> |
Status: | NEW --- | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | 3.9-FINAL | ||
Target Milestone: | --- | ||
Hardware: | All | ||
OS: | All | ||
Attachments: | stripped down version of the problematic file, edited with Excel 2003 on XP. Now shows a different behaviour (but still not working properly with POI). |
Description
thilo
2013-07-23 07:27:05 UTC
Are you able to give us a few examples of the formats it produces? The original file (with formatString "reserved-0x1c") is a customer file and I cannot share that. I tried editing it down to cut out everything except the date cells, but it seems that this changed how the dates are being represented. I used Microsoft Excel 2003 on Windows XP (I do not know which version of Windows or Office the original was made with). I am attaching this edited file anyway, because it does not parse with POI either. It still displays as a date in LibreOffice (07/23/2013) and now also in OS X Preview (as AD2013年7月23日, whereas in the original file it displayed as 41478). Created attachment 30614 [details]
stripped down version of the problematic file, edited with Excel 2003 on XP. Now shows a different behaviour (but still not working properly with POI).
|