https://issues.apache.org/bugzilla/show_bug.cgi?id=56377
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #6 from Nick Burch <[email protected]> --- (In reply to Holger from comment #5) > Hence I > would guess that the autoSizeColumn() method does only consider the > unformatted value of a cell. That's incorrect - it very much does consider the formatted value of the cell. See line 156 of SheetUtil for it in action: http://svn.apache.org/repos/asf/poi/trunk/src/java/org/apache/poi/ss/util/SheetUtil.java If you call DataFormatter.formatCell directly, do you get the correct string value back? If there was a problem with that, it might explain it. -- 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]
