Quick way to convert Excel sheet to XML
Posted
by nute
on Super User
See other posts from Super User
or by nute
Published on 2010-03-23T01:44:16Z
Indexed on
2010/03/23
1:51 UTC
Read the original article
Hit count: 583
How do you easily convert an excel file into a XML file?
When trying to save as an XML File, it complains that the file does not have an XML mapping. Clicking help brings up pretty complicated stuff about XML Mapping file, XLD and some other acronyms. Why is it so complicated?
Lately I've realized that tab delimited, CSV and others are prone to formating issues (comas in a field, new lines, quotes, ...). So I think that XML is a better way to process excel data.
Please advise. Maybe a freeway tool?
© Super User or respective owner