Load XML file with an inline Schema into Excel

T

teatime

In short can I load an XML file that has an inline Schema into an Excel
document, if so can someone please post a sample, if not, can anyone tell me
why not?

We currently use Office 2003 and 2007 at my workplace and I have written web
app that has the ability to export query results to XML with the Schema
embedded in the same file for convenience.

I have achieved this using the .Net DataSet function:

myDataSet.WriteXml(dlgSave.FileName, XmlWriteMode.WriteSchema);
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top