Conversion of XML to EXCEL

I have an XML Spreadsheet. I have to either process it by reading the file in same format or i need to convert it to Excel (xlsx) format to process further. How can i do it?

Hey @Monica_K69,

You can convert the xml to datatable and then use that datatable for further process.

Thanks,
Sanjit

Check this thread