Return-Path: Delivered-To: apmail-jakarta-poi-user-archive@www.apache.org Received: (qmail 66668 invoked from network); 25 May 2005 09:18:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 May 2005 09:18:16 -0000 Received: (qmail 17355 invoked by uid 500); 25 May 2005 09:18:10 -0000 Delivered-To: apmail-jakarta-poi-user-archive@jakarta.apache.org Received: (qmail 17340 invoked by uid 500); 25 May 2005 09:18:10 -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 17324 invoked by uid 99); 25 May 2005 09:18:09 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of nishant.chandra@gmail.com designates 64.233.184.204 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.204) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 25 May 2005 02:18:07 -0700 Received: by wproxy.gmail.com with SMTP id 58so303941wri for ; Wed, 25 May 2005 02:18:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=K7pirymaXrlkmGEz41mx5fbXUFBgyR0hSGcsj3Jte34lhLSupntRj+8YNVzj+hLYJ0Q74HDrzCRTt1pbaBZfHnSc1XmHdT+oLuBcR5o16w3Q5BNm7rCVOYzXNlt/ZnJVxv0tPjo19N4/rYcIFAzh6dY3f2UaKkC5Q2YrSYmJwSU= Received: by 10.54.135.7 with SMTP id i7mr1161387wrd; Wed, 25 May 2005 02:18:01 -0700 (PDT) Received: by 10.54.45.10 with HTTP; Wed, 25 May 2005 02:18:01 -0700 (PDT) Message-ID: <9f75e21b05052502183be79fc3@mail.gmail.com> Date: Wed, 25 May 2005 11:18:01 +0200 From: Nishant Chandra Reply-To: Nishant Chandra To: POI Users List Subject: Excel file crashes on opening Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I modified abstractfunctionptg class (functions - producehash and functiondata) to accept a new formula name. It now accepts new function name but when I write the function using setcellformula and the later open the file, it gives an error and crashes. When I read the formula using getcellformula, I can do it without any problems. I tried debugging and the formula name passed and no of arguments is correc= t. THe function is a valid function in excel. iS this a bug? --------------------------------------------------------------------- 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/