Is there a function to convert XML file to EXCEL format?
10 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 20 Mai 2020
Beantwortet: MathWorks Support Team
am 27 Mai 2020
I would like to convert an XML file into a tabular format. Is there a function to convert XML file to Excel format?
Akzeptierte Antwort
MathWorks Support Team
am 20 Mai 2020
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!