Return-Path: Delivered-To: apmail-jakarta-poi-user-archive@www.apache.org Received: (qmail 15719 invoked from network); 17 Jan 2006 03:01:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Jan 2006 03:01:53 -0000 Received: (qmail 63485 invoked by uid 500); 17 Jan 2006 03:01:50 -0000 Delivered-To: apmail-jakarta-poi-user-archive@jakarta.apache.org Received: (qmail 63466 invoked by uid 500); 17 Jan 2006 03:01:50 -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 63450 invoked by uid 99); 17 Jan 2006 03:01:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jan 2006 19:01:50 -0800 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_IN_SORBS_WEB,SUBJ_ALL_CAPS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.206.51] (HELO web32904.mail.mud.yahoo.com) (68.142.206.51) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 16 Jan 2006 19:01:49 -0800 Received: (qmail 69866 invoked by uid 60001); 17 Jan 2006 03:01:27 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=G2dHedpQ2QSLzF1lqBbY95YcnDMmha8s64ZaKa+xZ/Gefahn+QB7y3PDXVV5k25v3z/mQDLUSmAld50iSchuNYHMQnD6zuOpme5L6G999umnepyREBQ+MdWkyTroudht4/02V3y+ZNtmX8v/t2s3dDkzBvCifugi/kxeawRdZ4w= ; Message-ID: <20060117030127.69864.qmail@web32904.mail.mud.yahoo.com> Received: from [61.195.67.244] by web32904.mail.mud.yahoo.com via HTTP; Mon, 16 Jan 2006 19:01:27 PST Date: Mon, 16 Jan 2006 19:01:27 -0800 (PST) From: Igor Androsov Subject: HSSF POI READING FORMULAS IN AN EXCEL ARCHIVE To: poi-user@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello In POI HSSF when evaluating Excel Formula cell is there a way to tell what data type the formula will return by just looking at the cell? Or is there API such as cell.getCellFormulaType() similar to cell.getNumericCellValue() or cell.getStringCellValue() or cell.getCellFormula() that can return a data type produced by fomula result? Thank you Igor __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/