https://issues.apache.org/bugzilla/show_bug.cgi?id=50211
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #2 from Yegor Kozlov <[email protected]> 2010-11-05 17:18:04 EDT --- It is actually a bug. Column sizing relies on DataFormatter#formatCell(Cell cell) which returns formula string for formula cells. It should format the cached formula result instead. I also see that auto-sizing logic is duplicated between HSSF and XSSF, I'm going to consolidate it in a common class. Something to work for me. The fix is coming soon. Yegor -- 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]
