Return-Path: Delivered-To: apmail-poi-user-archive@www.apache.org Received: (qmail 896 invoked from network); 9 Jun 2008 05:50:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jun 2008 05:50:18 -0000 Received: (qmail 38548 invoked by uid 500); 9 Jun 2008 05:50:15 -0000 Delivered-To: apmail-poi-user-archive@poi.apache.org Received: (qmail 38532 invoked by uid 500); 9 Jun 2008 05:50:15 -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 38521 invoked by uid 99); 9 Jun 2008 05:50:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jun 2008 22:50:15 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2008 05:49:25 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1K5aGD-0007lt-Pi for user@poi.apache.org; Sun, 08 Jun 2008 22:49:41 -0700 Message-ID: <17726681.post@talk.nabble.com> Date: Sun, 8 Jun 2008 22:49:41 -0700 (PDT) From: suriz4u To: user@poi.apache.org Subject: Needs clarity about Cell Styles MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: suriz4u@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi all Iam using cellstyles in POI to generate excel.For formatting different datatypes iam using different styles. For example for formatting date iam using HSSFCellStyle csDate = wb.createCellStyle(); Iam creating different cellstyles for different datatypes.I tried to use only one cellStyle but it doesnt worked. Is it recommendable to create different cell styles for different datatypes??? Please any one can give me solution for this... Thanks Suresh G -- View this message in context: http://www.nabble.com/Needs-clarity-about-Cell-Styles-tp17726681p17726681.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@poi.apache.org For additional commands, e-mail: user-help@poi.apache.org