How to change a XML file to excel format

Hi @Harvey,

Please refer the below xaml file
xmlToDt.xaml (6.0 KB)

DataSet ds=new DataSet()
ds.ReadXml("YourXmlfilepath")

Regards,
Arivu