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


Yegor Kozlov <ye...@dinom.ru> changed:

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




--- Comment #1 from Yegor Kozlov <ye...@dinom.ru>  2009-04-06 08:14:34 PST ---
Fixed in r762372 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=762372 )
The CellRangeAddress constructor now allows columns greater than 255 and rows
greater than 65535. No changes in user code are required. I removed validation
from the constructor of CellRangeAddress and moved it to the consumer method
sheet.addMergedRegion. This way the grid limits can be gracefully handled
without subclassing.

Regards,
Yegor

-- 
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: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to