Export XML Data Linked to an XML Map Inside the Workbook

Export XML Data Linked to an XML Map Inside the Workbook

Please use the Workbook.exportXml() method to export XML data linked to your XML Maps inside the workbook. The following sample code exports XML data for all XML Maps in the workbook, one by one. Please check the sample Excel file used in this code and the exported XML data of the first XML Map.

Java code to export XML data linked to an XML Map inside the workbook