DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44148>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44148 Summary: Unable to identify the Date Cells and Numeric Cells When Custom Formats Defined Product: POI Version: 3.0-dev Platform: Other OS/Version: Windows XP Status: NEW Severity: major Priority: P5 Component: HSSF AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The System is unable to differentiate the Date formatted cells with numeric cells. The scenario below: When a cell is date formatted (Custom Formats are Defined), If the given input is date then, the HSSFDateUtil.isCellDateFormatted() returns false. And the user unable to read the exact format given in the Cell itself. The Validation given for the HSSFDateUtil.isCellDateFormatted() is limited to certain built-in formats only. The Custom format which includes d,m,y (Format sample dd/MM/yyyy hh:mm,dd/MM/yyyy,etc.,) is a simple date format. The given formats should be treated as date formats. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
