Return-Path: Delivered-To: apmail-poi-user-archive@www.apache.org Received: (qmail 35824 invoked from network); 25 Feb 2011 13:53:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Feb 2011 13:53:27 -0000 Received: (qmail 47661 invoked by uid 500); 25 Feb 2011 13:53:26 -0000 Delivered-To: apmail-poi-user-archive@poi.apache.org Received: (qmail 47549 invoked by uid 500); 25 Feb 2011 13:53:23 -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 47507 invoked by uid 99); 25 Feb 2011 13:53:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Feb 2011 13:53:22 +0000 X-ASF-Spam-Status: No, hits=0.9 required=5.0 tests=RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jak-poi-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Feb 2011 13:53:15 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Psy6H-0007gF-HS for user@poi.apache.org; Fri, 25 Feb 2011 14:52:53 +0100 Received: from 157.28.1.218 ([157.28.1.218]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Feb 2011 14:52:53 +0100 Received: from ct003006 by 157.28.1.218 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Feb 2011 14:52:53 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: user@poi.apache.org From: Donato Subject: Re: Extract Excel 2007 tables with Jakarta POI 3.7 Date: Fri, 25 Feb 2011 13:52:41 +0000 (UTC) Lines: 27 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 157.28.1.218 (Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)) Nick Burch alfresco.com> writes: > > On Wed, 23 Feb 2011, Donato wrote: > > Ok, I'll try to use the POIXMLDocument class (which is the superclass of a > > XSSFWorkbook, if I'm right). A question: I'm creating workbook objects as > > > > Workbook wb = new HSSFWorkbook(myfile.xls) > > or > > Workbook wb = new XSSFWorkbook(myfile.xlsx) > > > > Are there any difference, especially for the XSSFTable I'm interested > > in, between these declarations and HSSFWorkbook wb = ... or XSSFWorkbook > > wb = ... ? > > It'll only work for XSSFWorkbook, as it's a XSSF specific feature > > Nick > Hello Nick, I opened the bug 50829 in Bugzilla. I was not able to get table relations even trying to use POIXMLDocument. Thanks! Donato --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@poi.apache.org For additional commands, e-mail: user-help@poi.apache.org