https://issues.apache.org/bugzilla/show_bug.cgi?id=52349
--- Comment #5 from Michael L. <[email protected]> 2011-12-19 16:49:32 UTC --- Looks like the issue is probably in: org.apache.poi.ss.formula.functions.TextFunction.TEXT.evaluate() As the javadoc indicates, it's just using SimpleDateFormat: * An implementation of the TEXT function * TEXT returns a number value formatted with the given * number formatting string. This function is not a complete implementation of * the Excel function. This function implements decimal formatting * with the Java class DecimalFormat. For date formatting this function uses * the SimpleDateFormat class. -- 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]
