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

18 ビュー (過去 30 日間)
MathWorks Support Team
MathWorks Support Team 2020 年 5 月 20 日
回答済み: MathWorks Support Team 2020 年 5 月 27 日
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
MathWorks Support Team 2020 年 5 月 20 日
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 Center および File ExchangeStructured 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