J
James E
I am trying to achieve the following. We have a third-party application that
exports data into six columns (multiple rows - the number of rows is
unknown). I have created an XML schema, which, when I add it as a map in
Excel, I can saveAs XML Data and I get the correct data in the format of my
XML Schema - perfect. Now, I want to automate this process. Using C#
preferably, or VB.Net, I would like to add my schema as a map and map the
relevant elements to their corresponding columns. Adding the XmlMap to the
workbook is ok, but actually mapping the elements of my schema to individual
columns is proving a problem. Documentation on this subject is very scarce
and I was wondering whether anyone is doing this already?
Cheers
James E
exports data into six columns (multiple rows - the number of rows is
unknown). I have created an XML schema, which, when I add it as a map in
Excel, I can saveAs XML Data and I get the correct data in the format of my
XML Schema - perfect. Now, I want to automate this process. Using C#
preferably, or VB.Net, I would like to add my schema as a map and map the
relevant elements to their corresponding columns. Adding the XmlMap to the
workbook is ok, but actually mapping the elements of my schema to individual
columns is proving a problem. Documentation on this subject is very scarce
and I was wondering whether anyone is doing this already?
Cheers
James E