Return-Path: Delivered-To: apmail-jakarta-poi-user-archive@www.apache.org Received: (qmail 51866 invoked from network); 9 Jun 2005 13:17:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jun 2005 13:17:31 -0000 Received: (qmail 17878 invoked by uid 500); 9 Jun 2005 13:17:21 -0000 Delivered-To: apmail-jakarta-poi-user-archive@jakarta.apache.org Received: (qmail 17821 invoked by uid 500); 9 Jun 2005 13:17:21 -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 17783 invoked by uid 99); 9 Jun 2005 13:17:21 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jak-poi-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 09 Jun 2005 06:17:08 -0700 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1DgM1V-0005ru-FM for poi-user@jakarta.apache.org; Thu, 09 Jun 2005 14:20:39 +0200 Received: from 213.222-200-80.adsl.skynet.be ([80.200.222.213]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Jun 2005 14:20:37 +0200 Received: from nishant.chandra by 213.222-200-80.adsl.skynet.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Jun 2005 14:20:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: poi-user@jakarta.apache.org From: Nishant Chandra Subject: Re: Extensibility for functions in formulas on HSSF Date: Thu, 9 Jun 2005 10:08:46 +0000 (UTC) Lines: 33 Message-ID: References: <4D30C610EF112D41844470779D43B7160269B0BA@sancho.datasul.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 80.200.222.213 (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.0) Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Michel Bertrand datasul.com.br> writes: > > Hi ! > I would like to add some of my business formulas in HSSF Formula > Support, like financial mathematics. > How can I do that ? I take a look on the code which loads all functions > for HSSF and I would like to make > it flexible to support user custom formulas. But I would like to know if > you contributors have any ideia on > how to do it, do you have ? And so, I would like to donate that code and > my formulas to the project > upon the contributors agree it could be valuable ! > > Thanks in advance ! > Michel Bertrand. > > Hi, I tried doing the same but as far as I know, there isnt any support for user custom formulas. but if excel supports your business formulas (plugin or sumthing), then you can extend HSSF and write those functions using HSSF. Otherwise you can only write those functions for which excel provides support. Let me know if you need more help on this. Nishant --------------------------------------------------------------------- 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/