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


Yegor Kozlov <[email protected]> changed:

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


--- Comment #1 from Yegor Kozlov <[email protected]> 2009-09-06 22:02:48 PDT ---
A good catch, thanks.

I fixed HSSFCell to throw IllegalArgumentException if the text argument is
longer than 32,767 characters, the limit for the XLS format. 

Note, that this is only "write" restriction. POI still can read .xls files with
text in cells longer than the limit, for example, created by OpenOffice. 

The fix was applied in r811994.

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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to