Converting .xlsx to .xlm file with MATLAB script
6 次查看(过去 30 天)
显示 更早的评论
Is it possible to write a script to write an .xlsx file to a .xml file? Or do I have to go from .xlsx--> .csv and then .csv-->.xml for that to work?
0 个评论
回答(1 个)
NN
2022-7-25
Hi,
As per my understanding, you want to write a script to convert an .xlsx file to .xml file.
There are no direct functions to convert .xlsx files to .xml files. You can have a look at the ‘xmlwrite’.
Documentation: https://in.mathworks.com/help/matlab/ref/xmlwrite.html
Hope this helps.
Regards,
Narvik
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Import and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!