You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2013/05/13 11:40:57 UTC

[Bug 54904] autoSizeColumn doesn't work with new JDK/JRE 1.6.45 or 1.7.21

https://issues.apache.org/bugzilla/show_bug.cgi?id=54904

--- Comment #2 from anonymous <iy...@cajo.de> ---
I had the same effect. It vanished when I set the font name to "Arial"
explicitly in the CellStyle I use for the header row of my table.

...
Font font = workbook.createFont();
font.setFontName("Arial");
style.setFont(font);
...

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org