https://issues.apache.org/bugzilla/show_bug.cgi?id=48336
--- Comment #5 from [email protected] 2009-12-03 21:06:58 UTC --- Thanks Josh. It seems that the "culprit" is HSSFDateUtil.isValidExcelDate(double value). The fix might be as simple as unconditionally returning "true" in that method instead of the current "return (value > -Double.MIN_VALUE);" I pretty much did that and it worked for me. Perhaps, as a courtesy, one could "guard" this change with a -DinterpretNegativeValuesAsDate flag. -- 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]
