P
Peter Smith
Hello,
I've a problem, and I'd appreciate any help you can offer.
I'm developing an Excel XP Add-In with C#.
The scenario is the following:
1. connect to a web service to get XML data (this works already)
2. how do I fill the cells with the XML data (there are Xpath
directives in the cells)
(and that is my problem
example
XML Data:
<data>
<value>1234</value>
</data>
excel cell formula "<abc:/data/value>"
(note I us e <abc:...> to distinguish between normal text and a
formula.
Thanks a lot
-Peter
I've a problem, and I'd appreciate any help you can offer.
I'm developing an Excel XP Add-In with C#.
The scenario is the following:
1. connect to a web service to get XML data (this works already)
2. how do I fill the cells with the XML data (there are Xpath
directives in the cells)
(and that is my problem
example
XML Data:
<data>
<value>1234</value>
</data>
excel cell formula "<abc:/data/value>"
(note I us e <abc:...> to distinguish between normal text and a
formula.
Thanks a lot
-Peter