Return-Path: Delivered-To: apmail-poi-dev-archive@www.apache.org Received: (qmail 1472 invoked from network); 7 Jan 2009 09:39:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jan 2009 09:39:02 -0000 Received: (qmail 12776 invoked by uid 500); 7 Jan 2009 09:39:01 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 12745 invoked by uid 500); 7 Jan 2009 09:39:01 -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 12733 invoked by uid 99); 7 Jan 2009 09:39:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jan 2009 01:39:01 -0800 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, 07 Jan 2009 09:39:00 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 95C3F234C47E; Wed, 7 Jan 2009 01:38:40 -0800 (PST) From: bugzilla@apache.org To: dev@poi.apache.org Subject: DO NOT REPLY [Bug 46447] Applying style with big font does not update row height attributes 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: normal X-Bugzilla-Who: antti.koskimaki@joinex.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@poi.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Message-Id: <20090107093840.95C3F234C47E@brutus.apache.org> Date: Wed, 7 Jan 2009 01:38:40 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=3D46447 --- Comment #1 from Antti Koskim=C3=A4ki 2009= -01-07 01:38:39 PST --- > resulting excel does have row tall enough to contain the text (font) but > row.getHeight() still returns original height value. Another case related to here; if I have cell having "wrap text" option set,= and row was therefore stretched, the getHeight() returns that stretched size, e= ven after replacing the row contents with something that fits in "single height= ". I.e. the height value is not (re-)set here either. --=20 Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=3De= mail ------- 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