XSD schema file for Excel worksheet in xml format
I am currently receiving a third party an Excel worksheet in xml format.
I need to use it as input to an SSIS package. In order to use the XML task however I need a file defining the schema of the Excel worksheet.
The XML task is able to figure the schema of simple xml files, but the Excel xml uses some features it cannot handle (multiple name spaces to mention at least one). I hope that providing it with the .xsd file with the schema definition could solve the problem.
Can someone help me to find it?
Thanks in advance,
Anands
|