https://bz.apache.org/bugzilla/show_bug.cgi?id=58260
Dominik Stadler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |FIXED --- Comment #13 from Dominik Stadler <[email protected]> --- We have fixed this in r1696586 as follows: * The check for the maximum number of styles was not effective for XSSF/SXSSF, this should now work and throw an exception if you try to create more than 64000 styles (you should really re-use them anyway!) * Fixed writing out an SXSSFWorkbook with more than 32767 styles, unfortunately the API uses "short" in some places which needs to be handled with care unless we can adjust the API to "int" here. -- 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]
