How to convert xml to excel sheet...?

7 visualizaciones (últimos 30 días)
Kelvin Viroja
Kelvin Viroja el 5 de Sept. de 2016
Comentada: pooria mazaheri el 11 de Oct. de 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...

Respuestas (1)

George
George el 5 de Sept. de 2016
Editada: George el 5 de Sept. de 2016
Use xmlread to import your data and xlswrite to write it.
  1 comentario
pooria mazaheri
pooria mazaheri el 11 de Oct. de 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"

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by