Import XML to Excel workbook
Contents
[
Hide
]
Aspose.Cells for Python via .NET allows you to import the XML map inside the workbook using the Workbook.import_xml() method. You can import XML Map using the Microsoft Excel with the following steps
- Select Developer tab
- Click Import in the XML section and follow the required steps.
You will need to provide your XML data to complete the import. Here is a sample XML data that you can use for testing.
Import XML Map using Microsoft Excel
The following screenshot shows how to import XML Map using Microsoft Excel.
![]() |
---|
Import XML Map using Aspose.Cells for Python via .NET
The following sample code shows how to make use of the Workbook.import_xml(). It generates the output excel file as shown in this screenshot.
![]() |
---|