XML and Excel are both extensively used for storing and exchanging data, but are very different in structure. XML is text structured in the form of a tree and Excel is proprietary data structured in the form of one or more tables. However you can easily convert XML to Excel format with Easy Data Transform:
Example XML input:
<?xml version="1.0" encoding="UTF-8"?>
<root>
<record>
<CategoryID>1</CategoryID>
<CategoryName>Beverages</CategoryName>
<In_stock>true</In_stock>
</record>
<record>
<CategoryID>2</CategoryID>
<CategoryName>Condiments</CategoryName>
<In_stock>false</In_stock>
</record>
<record>
<CategoryID>3</CategoryID>
<CategoryName>Confections</CategoryName>
<In_stock>true</In_stock>
</record>
</root>
Example Excel output:
The dot (‘.’) character is used to show nesting of XML values and XML attribute values start with an underscore (‘_’). For example:
<?xml version="1.0" encoding="UTF-8"?>
<root>
<record carb="2" cholesterol="5" fiber="0"
name="Avocado Dip" protein="1" sodium="210">
<minerals>
<ca>0</ca>
<fe>0</fe>
</minerals>
<vitamins>
<a>0</a>
<c>0</c>
</vitamins>
</record>
</root>
Will be ‘flattened’ into Excel as:
You can use a Rename Cols transform if you want to rename any of the columns before output.
If you have a large number of files to convert you can do it using batch processing.
You can do all this conversion offline. You do not need an Internet connection.
As well as changing file format, Easy Data Transform also allows you to combine 72 transforms (such as merge, dedupe and filter) to quickly and easily create simple or complex data transformations.
v2.9.0 for Windows 11 / 10 / 8 / 7 (66 MB)
Zip file version
v2.9.0 for macOS 26 to 10.13 (89 MB)
No commitments.
You can uninstall any time.
You don't even have to give us your email address.
Questions or problems?