https://bz.apache.org/bugzilla/show_bug.cgi?id=65572
PJ Fanning <fannin...@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from PJ Fanning <fannin...@yahoo.com> --- the current XSSFWorkbook has this code ``` // YK: Mimic Excel and silently truncate sheet names longer than 31 characters if(sheetname.length() > 31) { sheetname = sheetname.substring(0, 31); } ``` I'll try removing this -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org