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 2014/05/30 12:24:35 UTC

[Bug 56579] Cell Value - String 32,767 Character Limit

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

Nick Burch <ap...@gagravarr.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 OS|                            |All

--- Comment #1 from Nick Burch <ap...@gagravarr.org> ---
In HSSFCell, we have the following logic:

throw new IllegalArgumentException("The maximum length of cell contents (text)
is 32,767 characters");

I'd suggest we just apply the same in XSSF too, if you could do a patch and a
unit test that'd be great!

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