https://bz.apache.org/bugzilla/show_bug.cgi?id=63108
aditsu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |normal --- Comment #1 from aditsu <[email protected]> --- Can confirm in POI 5.5.0. Main problem is XSSFSheet.getDefaultColumnWidth calls pr.getBaseColWidth() instead of pr.getDefaultColWidth(); since the default is defined but the base is not, it falls back to the "default base" width which is 8. A secondary problem is that Sheet.getDefaultColumnWidth returns the width as an int (not double) measured in characters (not 1/256ths like getColumnWidth) so the result will be inevitably butchered. -- 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]
