How to convert xml to excel sheet...?

5 visualizzazioni (ultimi 30 giorni)
Kelvin Viroja
Kelvin Viroja il 5 Set 2016
Commentato: pooria mazaheri il 11 Ott 2016
I have thousands of xml files.... Is it possible to create single excel sheet that contains all xml files data with using matlab ? Format of all xml file is same...

Risposte (1)

George
George il 5 Set 2016
Modificato: George il 5 Set 2016
Use xmlread to import your data and xlswrite to write it.
  1 Commento
pooria mazaheri
pooria mazaheri il 11 Ott 2016
hi George i try this but it does not work. i used xmlread and got a model and when i used xlswrite it showed an error "Content is not allowed in prolog"

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by