Return-Path: Delivered-To: apmail-poi-user-archive@www.apache.org Received: (qmail 36676 invoked from network); 10 Nov 2008 07:16:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2008 07:16:45 -0000 Received: (qmail 30156 invoked by uid 500); 10 Nov 2008 07:16:51 -0000 Delivered-To: apmail-poi-user-archive@poi.apache.org Received: (qmail 30136 invoked by uid 500); 10 Nov 2008 07:16:50 -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 30125 invoked by uid 99); 10 Nov 2008 07:16:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Nov 2008 23:16:50 -0800 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, 10 Nov 2008 07:15:30 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KzR0O-0007Ae-LC for user@poi.apache.org; Sun, 09 Nov 2008 23:16:12 -0800 Message-ID: <20415341.post@talk.nabble.com> Date: Sun, 9 Nov 2008 23:16:12 -0800 (PST) From: MY POI To: user@poi.apache.org Subject: Getting exception when loading the excel MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: vrkrajeshraju@yahoo.co.in X-Virus-Checked: Checked by ClamAV on apache.org Hi I m using POI 3.0 version.. I have one excel file which contains macros..When i load the excel file it throws the following exception java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) The execution comes the below line and throw the error.. HSSFWorkbook work = new HSSFWorkbook(fs,true); kindly help . Thanks in advance -- View this message in context: http://www.nabble.com/Getting-exception-when-loading-the-excel-tp20415341p20415341.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