How to convert XML to Excel


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:

Auto run on

XML to Excel

convert XML to Excel

XML to Excel converter

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:

Excel from XML

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:

flatten nested XML

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.

As well as changing file format, Easy Data Transform also allows you to combine 66 transforms (such as merge, dedupe and filter) to quickly and easily create simple or complex data transformations.

XML to Excel

Try it free now!

Windows Logo Windows Download

v1.46.5 for Windows 11 / 10 / 8 / 7 (47 MB)
Zip file version

Apple Logo Mac Download

v1.46.5 for Mac 14.x to 10.13 (79 MB)

No commitments.
You can uninstall any time.
You don't even have to give us your email address.


Questions or problems?

Email support@easydatatransform.com