You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2010/01/11 20:39:44 UTC

DO NOT REPLY [Bug 48522] Maximum Character by Cell

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

Nick Burch <ni...@alfresco.com> changed:

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

--- Comment #1 from Nick Burch <ni...@alfresco.com> 2010-01-11 11:39:43 UTC ---
The limit in hssf is 32,767 characters.

Take a look at org.apache.poi.hssf.usermodel.TestHSSFCell#testMaxTextLength()
which is a (passing) unit test which shows that cells with text that long can
be stored just fine, and text longer than that can't.

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