https://issues.apache.org/bugzilla/show_bug.cgi?id=50853

Yegor Kozlov <[email protected]> changed:

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

--- Comment #3 from Yegor Kozlov <[email protected]> 2011-03-03 03:57:46 EST ---
poi-3.8-beta1-20110302 fails, but with a different exception!

You are creating too many cell styles. The maximum number of cell styles in a
workbook is 4000, see
http://office.microsoft.com/en-us/excel-help/excel-specifications-and-limits-HP005199291.aspx

Cell Styles must be shared. Do not create per-cell, otherwise you will get a
“Too many styles” error in Excel when opening your workbook. Think of Cell
Styles like CSS and create them like that.

http://poi.apache.org/faq.html#faq-N100EF

Yegor

*** This bug has been marked as a duplicate of bug 49188 ***

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]

Reply via email to