Is there a function to convert XML file to EXCEL format?

18 次查看(过去 30 天)
I would like to convert an XML file into a tabular format. Is there a function to convert XML file to Excel format?

采纳的回答

MathWorks Support Team
Currently MATLAB does not have a builtin function providing this functionality. As a potential workaround, you can try the following steps:
1) Convert XML file to HTMLfile
>> rptconvert('myFile.xml');
This would create a file called 'myFile.html' in your current folder.
2) Convert HTML file to Excel format using the following steps:

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Structured Data and XML Documents 的更多信息

产品


版本

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by