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

Nick Burch <[email protected]> changed:

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

--- Comment #1 from Nick Burch <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to