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:20:29 UTC

DO NOT REPLY [Bug 48522] New: Maximum Character by Cell

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

           Summary: Maximum Character by Cell
           Product: POI
           Version: 3.6
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: regression
          Priority: P2
         Component: HSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: bryan.allison@polymtl.ca


When generating a Excel file with the 3.6 version, there a limit of 255
character by cell, a problem that did not exist in version 3.2-Final that I
currently use.

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


DO NOT REPLY [Bug 48522] Maximum Character by Cell

Posted by bu...@apache.org.
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