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


Yegor Kozlov <[email protected]> changed:

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




--- Comment #1 from Yegor Kozlov <[email protected]>  2009-07-07 23:12:23 PST ---
Please try POI-3.5-beta7 or the latest trunk, the fix is already there:

    public void setCellValue(String value) {
        HSSFRichTextString str = value == null ? null :  new
HSSFRichTextString(value);
        setCellValue(str);
    }

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