public class XSSFImportFromXML extends Object
| Constructor and Description |
|---|
XSSFImportFromXML(XSSFMap map) |
| Modifier and Type | Method and Description |
|---|---|
void |
importFromXML(String xmlInputString)
Imports an XML into the XLSX using the Custom XML mapping defined
|
public XSSFImportFromXML(XSSFMap map)
public void importFromXML(String xmlInputString) throws SAXException, XPathExpressionException, IOException
xmlInputString - the XML to importSAXException - if error occurs during XML parsingXPathExpressionException - if error occurs during XML navigationIOException - if there are problems reading the input string