What Is Excel Open XML File?
Excel Open XML is an option to convert an XML file to Excel. It enables importing XML data from external databases and programs into Excel, where the XML elements from an XML schema get mapped to the spreadsheet cells.
Users can use XML in Excel to access, manage, and transfer data, such as invoices or previous year’s revenue results reports, between Excel and other programs.
📥Download the ready-to-use Excel template to practice this tutorial yourself.
Download Excel Template
For example, the below image shows an XML file, Student_Grade_Final.xml, in Notepad. And it contains students’ names, grades, and promotion status details.
Frequently Asked Questions (FAQs)
• XML is not the same as XLSX. However, there are no practical differences between the two data file formats.
• XML is an Open-Source file format. On the other hand, XLSX is a proprietary Microsoft file format and is a group of XML files.
• Viewing XML file data may require some parsing. An XLSX file shows data in a table format.
We can convert XML to Excel by importing XML data into the worksheet using the following methods:
• Importing XML data using the Import option from the Developer tab.
• Here, importing XML data using the Get Data option from the Data tab.
• Importing XML data from the web.
We can remove XML maps in Excel using the Delete option in the XML Maps window.
For example, a worksheet contains XML maps, dataset_Map, and dataset_Map1. And the requirement is to remove the XML maps in the Excel sheet.
The steps to remove XML maps in Excel are as follows:
• Step 1: Select Developer → Source.
The XML Source pane opens, showing the currently chosen XML map, where we must click the XML Maps option.
The XML Maps window opens.
• Step 2: Select the first XML map, and click Delete in the XML Maps window.
Excel will show a warning message stating that deleting the XML map will no longer allow us to import and export XML data using the specific XML map. Click OK to continue.
Likewise, repeat the deletion process for the second XML map.

• Step 3: Click OK in the XML Maps window.
And we will see the XML Source window empty, as shown below.
We can’t open an XML file in Excel if the XML file does not refer to an XML schema.
Excel requires a schema based on the data in the XML file we wish to open in Excel. And an insufficient, incorrect, or missing schema can lead to the XML file in Excel not opening.
Download Template
📥Download the ready-to-use Excel template to practice this tutorial yourself.
Download Excel TemplateRecommended Articles
This has been a guide to Excel Open XML. Here we discuss how to convert, import data into XML (3 methods), remove XML maps with examples & downloadable template. You can learn more from the following articles –