OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

XML to Excel



Is there a tool available someplace that can transform a file in XML format
into a MS Excel file?
I'd like for example to store this XML file into a 2 columns excel sheet:

<sample>
<date>...</date>
<value>...</value>
</sample>
<sample>
<date>...</date>
<value>...</value>
</sample>
...

thanks