https://bz.apache.org/bugzilla/show_bug.cgi?id=69833
Dominik Stadler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #2 from Dominik Stadler <[email protected]> --- You likely are missing fonts installed in your operating system inside the docker image. Apache POI uses the Java font support for computing column-width which internally uses the Linux font system to compute width of text in a given font. If that font is not available, the OS falls back to some default font and then computation of width will be wrong. Likely nothing that can be "fixed" in Apache POI, but needs changes to your application/Docker setup. If you think there is an actual problem in Apache POI, then please provide more context. I.e. Log-output, sample-file, code to reproduce the problem including docker containerfile to reproduce, ... -- 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]
