Add XML Map inside the Workbook using XmlMapCollection.Add method with Golang via C++

Possible Usage Scenarios

Aspose.Cells provides XmlMapCollection.Add() method that you can use to import your XML map into the workbook.

Add XML Map inside the Workbook using XmlMapCollection.Add method

The following sample code adds an XML map to the workbook using the XmlMapCollection.Add() method and saves it as the output Excel file. The screenshot shows the XML map that has been imported from the sample.xml into the output Excel file.

add-xml-map