|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.xssf.extractor.XSSFImportFromXML
public class XSSFImportFromXML
Imports data from an external XML to an XLSX according to one of the mappings defined.The output XML Schema must respect this limitations:
| Constructor Summary | |
|---|---|
XSSFImportFromXML(XSSFMap map)
|
|
| Method Summary | |
|---|---|
void |
importFromXML(java.lang.String xmlInputString)
Imports an XML into the XLSX using the Custom XML mapping defined |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSSFImportFromXML(XSSFMap map)
| Method Detail |
|---|
public void importFromXML(java.lang.String xmlInputString)
throws org.xml.sax.SAXException,
javax.xml.xpath.XPathExpressionException,
java.io.IOException
xmlInputString - the XML to import
org.xml.sax.SAXException - if error occurs during XML parsing
javax.xml.xpath.XPathExpressionException - if error occurs during XML navigation
javax.xml.parsers.ParserConfigurationException - if there are problems with XML parser configuration
java.io.IOException - if there are problems reading the input string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||