https://bz.apache.org/bugzilla/show_bug.cgi?id=63613

Dominik Stadler <dominik.stad...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #2 from Dominik Stadler <dominik.stad...@gmx.at> ---
I think this is "as expected". Microsoft Excel limits the number of styles in
Excel files and thus POI also limits them. The Exception tells you that you try
to create more styles than possible.

Usually this indicates incorrect usage of the API. You need to re-use styles
and not create fresh ones for each and every cell, then also performance in
both Apache POI and Excel itself may be better as much less styles need to be
handled when opening/saving the file.

-- 
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

Reply via email to