https://issues.apache.org/bugzilla/show_bug.cgi?id=48406
--- Comment #2 from Kees de Kooter <[email protected]> 2009-12-22 05:07:55 UTC --- The fonts are available on the machine. Unfortunately my customer will not allow me to share the files with you. Here is the code doing the autosize: private void setColumnWidths(Sheet sheet) { sheet.setColumnWidth(0, 13 * 256); for (int i = 1; i <= lastColumnIndex; i++) { sheet.autoSizeColumn(i); } } -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
