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 2009/07/08 08:12:23 UTC

DO NOT REPLY [Bug 47493] HSSFCell.setCellValue(String value) & HSSFRichTextString

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


Yegor Kozlov <ye...@dinom.ru> changed:

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




--- Comment #1 from Yegor Kozlov <ye...@dinom.ru>  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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org