有没有将XML转化为EXCEL的函数?

3 Ansichten (letzte 30 Tage)
MathWorks Support Team
MathWorks Support Team am 24 Sep. 2020
有没有将XML转化为EXCEL的函数?

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 24 Sep. 2020
当前,MATLAB没有内置的函数直接完成这个功能,但可以分两步实现:
1)将XML转化为HTML文件,方法是:
>> rptconvert('myFile.xml');
2)将HTML文件转化为EXCEL文件,参考:

Weitere Antworten (0)

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!