https://bz.apache.org/bugzilla/show_bug.cgi?id=65572
Bug ID: 65572 Summary: Check for existing Sheet fails for names > 31 characters Product: POI Version: 5.0.0-FINAL Hardware: PC Status: NEW Severity: normal Priority: P2 Component: SS Common Assignee: dev@poi.apache.org Reporter: laura-marie.henn...@telekom.de Target Milestone: --- Created attachment 38033 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38033&action=edit MWE When creating a Sheet with a name that exceeds 31 characters, the check if that Sheet already exists in the Workbook fails and an IllegalArgumenException (The workbook already contains a sheet named ...) is thrown. When chopping the name to <=31 characters the exact same code works. See the attached MWE for an example. -- 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