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,
                          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 navigationjava.io.IOException - if there are problems reading the input stringCopyright 2021 The Apache Software Foundation or its licensors, as applicable.