public class XSSFImportFromXML
extends java.lang.Object
Constructor and Description |
---|
XSSFImportFromXML(XSSFMap map) |
Modifier and Type | Method and Description |
---|---|
void |
importFromXML(java.lang.String xmlInputString)
Imports an XML into the XLSX using the Custom XML mapping defined
|
public XSSFImportFromXML(XSSFMap map)
public void importFromXML(java.lang.String xmlInputString) throws org.xml.sax.SAXException, javax.xml.xpath.XPathExpressionException, javax.xml.parsers.ParserConfigurationException, java.io.IOException
xmlInputString
- the XML to importorg.xml.sax.SAXException
- if error occurs during XML parsingjavax.xml.xpath.XPathExpressionException
- if error occurs during XML navigationjavax.xml.parsers.ParserConfigurationException
- if there are problems with XML parser configurationjava.io.IOException
- if there are problems reading the input stringCopyright © 2005-2010 Potix Corporation. All Rights Reserved.