https://issues.apache.org/bugzilla/show_bug.cgi?id=48336
Josh Micich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Josh Micich <[email protected]> 2009-12-03 10:04:23 UTC --- There is something wrong with cell D1. It displays as '#######################' in my Excel 2007. Excel has roll-over tip text that provides more information: "Dates and times that are negative or too large display as ######." Indeed the cell value is -1094 HSSFCell.getNumericCellValue() should return -1094.0 and HSSFCell.getDateCellValue() should return null due to this invalid date value. The cell has a custom format 'mmm-dd-yyyy' which suggests that the application that wrote this file intended for the cell to have a date value. I am marking this bug as invalid because it appears that the problem is with "SoftArtisans OfficeWriter" -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
