Converting .xlsx to .xlm file with MATLAB script
Afficher commentaires plus anciens
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?
Réponses (1)
NN
le 25 Juil 2022
0 votes
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
Catégories
En savoir plus sur Functions dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!