Clear Filters
Clear Filters

How to convert xml to excel sheet...?

8 views (last 30 days)
Kelvin Viroja
Kelvin Viroja on 5 Sep 2016
Commented: pooria mazaheri on 11 Oct 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...

Answers (1)

George
George on 5 Sep 2016
Edited: George on 5 Sep 2016
Use xmlread to import your data and xlswrite to write it.
  1 Comment
pooria mazaheri
pooria mazaheri on 11 Oct 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"

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!