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, ParserConfigurationException, IOException
xmlInputString
- the XML to importSAXException
- if error occurs during XML parsingXPathExpressionException
- if error occurs during XML navigationParserConfigurationException
- if there are problems with XML parser configurationIOException
- if there are problems reading the input stringCopyright © 2020. All rights reserved.