Return-Path: X-Original-To: apmail-poi-user-archive@www.apache.org Delivered-To: apmail-poi-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B11357319 for ; Fri, 9 Dec 2011 15:44:55 +0000 (UTC) Received: (qmail 50903 invoked by uid 500); 9 Dec 2011 15:44:55 -0000 Delivered-To: apmail-poi-user-archive@poi.apache.org Received: (qmail 50885 invoked by uid 500); 9 Dec 2011 15:44:55 -0000 Mailing-List: contact user-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Users List" Delivered-To: mailing list user@poi.apache.org Received: (qmail 50877 invoked by uid 99); 9 Dec 2011 15:44:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2011 15:44:55 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [212.50.160.34] (HELO smtpout.karoo.kcom.com) (212.50.160.34) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2011 15:44:47 +0000 X-IronPort-AV: E=Sophos;i="4.71,326,1320624000"; d="scan'208";a="828367836" Received: from unknown (HELO tardis.spudsoft) ([91.84.217.110]) by smtpout.karoo.kcom.com with ESMTP; 09 Dec 2011 15:44:23 +0000 Received: from slave.spudsoft ([192.168.1.198]) by tardis.spudsoft with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.76) (envelope-from ) id 1RZ2cb-0005q0-7q for user@poi.apache.org; Fri, 09 Dec 2011 15:44:25 +0000 Message-ID: <4EE22C3C.6040503@spudsoft.co.uk> Date: Fri, 09 Dec 2011 15:41:48 +0000 From: Jim Talbut User-Agent: Mozilla/5.0 (Windows NT 6.0; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: POI Users List Subject: Problems inserting RichText in SXSSF worksheet Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, Are there any known issues with inserting RichText cells in an SXSSF worksheet? I've just tried to change a working system using XSSF to use SXSSF and hit two problems: 1. Any RichText cells have lost their richness (everything comes out in one font). 2. I insert images after processing the rest of the sheet, but this involves knowing the row height and column width. I can't cache the cell dimensions earlier because the column width may change. I will want to change the row height. Is there any way around this? Thanks Jim --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@poi.apache.org For additional commands, e-mail: user-help@poi.apache.org