Return-Path: Delivered-To: apmail-poi-dev-archive@www.apache.org Received: (qmail 44370 invoked from network); 8 Jul 2009 06:12:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jul 2009 06:12:36 -0000 Received: (qmail 35202 invoked by uid 500); 8 Jul 2009 06:12:46 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 35180 invoked by uid 500); 8 Jul 2009 06:12:46 -0000 Mailing-List: contact dev-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Developers List" Delivered-To: mailing list dev@poi.apache.org Received: (qmail 35168 invoked by uid 99); 8 Jul 2009 06:12:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2009 06:12:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2009 06:12:44 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id C1398234C1E9; Tue, 7 Jul 2009 23:12:23 -0700 (PDT) From: bugzilla@apache.org To: dev@poi.apache.org Subject: DO NOT REPLY [Bug 47493] HSSFCell.setCellValue(String value) & HSSFRichTextString X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: yegor@dinom.ru X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@poi.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: References: Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20090708061223.C1398234C1E9@brutus.apache.org> Date: Tue, 7 Jul 2009 23:12:23 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=47493 Yegor Kozlov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Yegor Kozlov 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