https://issues.apache.org/bugzilla/show_bug.cgi?id=54904
--- Comment #2 from anonymous <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
