Return-Path: Delivered-To: apmail-jakarta-poi-user-archive@www.apache.org Received: (qmail 43908 invoked from network); 11 Apr 2006 13:32:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Apr 2006 13:32:55 -0000 Received: (qmail 3605 invoked by uid 500); 11 Apr 2006 13:32:55 -0000 Delivered-To: apmail-jakarta-poi-user-archive@jakarta.apache.org Received: (qmail 3050 invoked by uid 500); 11 Apr 2006 13:32:53 -0000 Mailing-List: contact poi-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "POI Users List" Reply-To: "POI Users List" Delivered-To: mailing list poi-user@jakarta.apache.org Received: (qmail 3039 invoked by uid 99); 11 Apr 2006 13:32:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Apr 2006 06:32:53 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of edudavid@gmail.com designates 64.233.162.193 as permitted sender) Received: from [64.233.162.193] (HELO zproxy.gmail.com) (64.233.162.193) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Apr 2006 06:32:52 -0700 Received: by zproxy.gmail.com with SMTP id o37so1091804nzf for ; Tue, 11 Apr 2006 06:32:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=CgqHKbV4IYsC9tP9g2eZ85tBbXg6JWqyWeU1ufBcviayRW/AA5oCp9W7Go4Vhxy/0q52xqQmHzKWibno1XI9Ut3zMhmr/48oTd9CwsVknV1LkyZ+zkUs4eeQfnm3lkgsulf1VES8Oh6+4KghpA6jzZWEGUElv3RcNTb2IkMgXZw= Received: by 10.65.61.10 with SMTP id o10mr893702qbk; Tue, 11 Apr 2006 06:32:29 -0700 (PDT) Received: by 10.64.131.18 with HTTP; Tue, 11 Apr 2006 06:32:29 -0700 (PDT) Message-ID: Date: Tue, 11 Apr 2006 10:32:29 -0300 From: "Eduardo David" To: "POI Users List" Subject: Re: Problems xls cell color In-Reply-To: <87EC4E91F5CED211BAB360AF1C00000006C6ADE8@tvesnt.televes.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4769_396154.1144762349653" References: <87EC4E91F5CED211BAB360AF1C00000006C6ADE8@tvesnt.televes.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_4769_396154.1144762349653 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, Try this: style.setFillPattern(HSSFCellStyle.SOLIDFOREGROUND); style.setFillForegroundColor( HSSFColor.AQUA.index ); ------=_Part_4769_396154.1144762349653--