Add XML Map inside the Workbook using XmlMapCollection.Add method

Possible Usage Scenarios

Aspose.Cells provides XmlMapCollection.Add() method which you can use to import your XML Map inside the workbook.

Add XML Map inside the Workbook using XmlMapCollection.Add method

The following sample code adds XML Map inside the workbook using the XmlMapCollection.Add() method and saves it as output excel file. The screenshot shows the XML Map that has been imported from the sample.xml inside the output excel file.

todo:image_alt_text

Sample Code