Hi,
I created an excel file. Added an xml data from web source. Excel asked me to create a schema for the xml, I followed and imported the table from xml web source. Whenever I refresh the connection, I get the latest data from web on Table on the sheet.
Now, I opened this excel file with Productivity Tool. Generated code for the same. Used the code as is to generate an excel file.
I was expecting the same behavior by generated excel. However, I do not get it. It does not show any error but refresh does not work.
If I see the validation of the generated file on Productivity Tool, it says "'xmlcolumnpr@mapid' does not exist in part CustomXmlMappingsPart" for all columns that are generated.
Am I missing something? Adding the error screen.
I need to create an excel using OpenXML SDK which will be refreshable. This will use Web Query to fetch XML data from web.
Thanks,
Tushar