]> source.dussan.org Git - poi.git/commit
A quick play with OOXML parsing. Uses XmlBeans and OpenXml4J to get at the data....
authorNick Burch <nick@apache.org>
Wed, 26 Dec 2007 17:47:27 +0000 (17:47 +0000)
committerNick Burch <nick@apache.org>
Wed, 26 Dec 2007 17:47:27 +0000 (17:47 +0000)
commitbd80c5bc4b1afc32074dc70d6aed7918ca9eada6
tree7404710e0cddf12a63ab69fc5b9bde17806ab194
parent47207dd723b83d7b7f9c34dfecafb8f862d2ea4c
A quick play with OOXML parsing. Uses XmlBeans and OpenXml4J to get at the data. Expect the API to change rapidly in the near future as we discover what works and what doesn't!

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606923 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/ooxml-src/org/apache/poi/HXFDocument.java [new file with mode: 0644]
src/scratchpad/ooxml-src/org/apache/poi/POIXMLDocument.java [new file with mode: 0644]
src/scratchpad/ooxml-src/org/apache/poi/hssf/HSSFXML.java [new file with mode: 0644]
src/scratchpad/ooxml-testcases/org/apache/poi/hssf/TestHSSFXML.java [new file with mode: 0644]