Return-Path: Delivered-To: apmail-poi-dev-archive@www.apache.org Received: (qmail 85189 invoked from network); 14 Jul 2009 13:25:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jul 2009 13:25:46 -0000 Received: (qmail 83225 invoked by uid 500); 14 Jul 2009 13:24:11 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 82577 invoked by uid 500); 14 Jul 2009 13:24:09 -0000 Mailing-List: contact dev-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Developers List" Delivered-To: mailing list dev@poi.apache.org Received: (qmail 81735 invoked by uid 99); 14 Jul 2009 13:23:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 13:23:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 13:23:14 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 52141234C045; Tue, 14 Jul 2009 06:22:54 -0700 (PDT) From: bugzilla@apache.org To: dev@poi.apache.org Subject: DO NOT REPLY [Bug 47520] [PATCH] Implementation of an XLSX to XML Exporter using Custom XML Mapping X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: XSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: roberto.manicardi@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@poi.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20090714132254.52141234C045@brutus.apache.org> Date: Tue, 14 Jul 2009 06:22:54 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=47520 --- Comment #3 from Roberto Manicardi 2009-07-14 06:22:51 PST --- Yegor > - Did you make any changes to XSSFFactory? I guess you did, otherwise > workbook.getRelations() would never return instances of MapInfo. Please > re-attach the full diff. XSSFFactory delegates to XSSFRelation the goal of choosing the right relation class to instantiate. The new relation classes were added in the XSSFRelation class > - Please normalize your code to use org.apache.poi.ss.util.CellReference > instead of XSSFCellReference. The latter class is redundant. Mmm, I've reinvented the wheel! :) I'll send a new version of the patch > - Can you provide an example based on the posted code so that we include it in > the XSSF examples? It would be very handy. I've added three XLSX examples in src/testcases/org/apache/poi/hssf/data directory (it's the one where XSSFTestDataSamples searches for test files) - Custom XML complex type.xlsx - CustomXmlMappings-inverse-order.xlsx - CustomXMLMappings.xlsx You can find also some examples in the test class org.apache.poi.xssf.extractor.TestXSSFExportToXML Thank for your feedback, Roberto -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org