]> source.dussan.org Git - poi.git/commit
support for custom XML mappings in XSSF, see Bugzilla 47520
authorYegor Kozlov <yegor@apache.org>
Thu, 16 Jul 2009 05:46:14 +0000 (05:46 +0000)
committerYegor Kozlov <yegor@apache.org>
Thu, 16 Jul 2009 05:46:14 +0000 (05:46 +0000)
commit35906116edf297fbe512765cc4728acfca3b20eb
treeb57959b63798fc8ae04b63ea330539537d19ed8a
parent27832ad35675cab8492cb702b952e2636560ea31
support for custom XML mappings in XSSF, see Bugzilla 47520

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@794539 13f79535-47bb-0310-9956-ffa450edef68
16 files changed:
src/documentation/content/xdocs/status.xml
src/examples/src/org/apache/poi/xssf/usermodel/examples/CustomXMLMapping.java [new file with mode: 0755]
src/ooxml/java/org/apache/poi/xssf/extractor/XSSFExportToXml.java [new file with mode: 0755]
src/ooxml/java/org/apache/poi/xssf/model/MapInfo.java [new file with mode: 0755]
src/ooxml/java/org/apache/poi/xssf/model/SingleXmlCells.java [new file with mode: 0755]
src/ooxml/java/org/apache/poi/xssf/model/Table.java [new file with mode: 0755]
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFMap.java [new file with mode: 0755]
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRelation.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java
src/ooxml/java/org/apache/poi/xssf/usermodel/helpers/XSSFSingleXmlCell.java [new file with mode: 0755]
src/ooxml/java/org/apache/poi/xssf/usermodel/helpers/XSSFXmlColumnPr.java [new file with mode: 0755]
src/ooxml/testcases/org/apache/poi/xssf/extractor/TestXSSFExportToXML.java [new file with mode: 0755]
src/ooxml/testcases/org/apache/poi/xssf/model/TestMapInfo.java [new file with mode: 0755]
src/testcases/org/apache/poi/hssf/data/CustomXMLMappings-complex-type.xlsx [new file with mode: 0755]
src/testcases/org/apache/poi/hssf/data/CustomXMLMappings.xlsx [new file with mode: 0755]
src/testcases/org/apache/poi/hssf/data/CustomXmlMappings-inverse-order.xlsx [new file with mode: 0755]