Strong Like Bull
Strong Like Bull

Reputation: 11297

How does one get about converting an excel file to an XML file given a specific schema?

Is this something I need to write or something already exists. Google is pulling up a bunch of junk.

Upvotes: 0

Views: 96

Answers (1)

MJB
MJB

Reputation: 7686

At the risk of totally missing the point, did you already try File -> Save As, and then choosing type=XML?

When you go to save, click on the HELP button, top right, and select file type. It will step you through saving XML using an XML Schema file (.xsd), and then talk about how to map the data properly.

Upvotes: 1

Related Questions