Summary: | Amount of CellStyles is still limited to 32K | ||
---|---|---|---|
Product: | POI | Reporter: | Michael <mshlayen> |
Component: | SXSSF | Assignee: | POI Developers List <dev> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | 3.12-FINAL | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | All | ||
Bug Depends on: | 57880 | ||
Bug Blocks: | 58260 | ||
Attachments: |
java code
Resulting xlsx file |
Description
Michael
2015-06-05 13:24:01 UTC
Created attachment 32797 [details]
Resulting xlsx file
FYI, the general case up to 64k styles is fixed via bug 58260 now, it is not possible to support more than 64k of these because Excel itself limits the number of styles, files with more will be reported as corrupt by Excel! Also note the comments about proper re-using of styles in bug 58260, due to this usually not makes sense to have so many Fonts/Styles in the first place as you should re-use the created objects as much as possible! I am closing this as DUPLICATE for now, please try with an upcoming nightly build or version 3.13-beta2 as soon as it becomes available and reopen the bug if this is still a problem for you. *** This bug has been marked as a duplicate of bug 58260 *** |