https://issues.apache.org/bugzilla/show_bug.cgi?id=55105
Bodo Wippermann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |INVALID --- Comment #4 from Bodo Wippermann <[email protected]> --- i don't see a bug here. you are formatting the Date Cell with format id 14 which seems to be locale dependent. i tried this snippet XSSFDataFormat format = wb.createDataFormat(); cellStyle.setDataFormat(format.getFormat("dd-MMM-yyyy")); and both Colums are properly sized. -- 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]
