I have an Excel table with some data that I would like to export to an Xml file.
This exported Xml needs to be valid against an Xsd.
Note that all the formatting and validation must be done inside Excel because it’ll be the only tool available to the person who will do the export.
Any recommendation to get this task done?
Save your file in xml format from Excel. This is known as MS Office XML. Documentation (and schema) is available for both Office 2003 and 2007.