Using Custom XML Parts in Aspose.Cells

Using Custom Xml Parts in Aspose.Cells

The following sample code makes use of Workbook.getContentTypeProperties().add() method and adds the Book Catalog Xml and its name is BookStore. The following image shows the result of this code. As you can see Book Catalog Xml is added inside the BookStore node which is the name of this property.

todo:image_alt_text

Related Article