web services - Excel 2016 XML data import from webservice needs dual update to execute update -
i'm experiencing weird problem when trying import xml data excel 2016.
i have webservice created in c# conforms xml standards.
in excel 2016 use "data"->"from internet"->"pasted url webservice".
when finish excel import dialog nice table representation of data webservice.
but when output changes in webservice , hit "update" option when right-clicking datatable - data doesn't update in datatable!
if repeat , click update again (exactly same operation before) - data updates in datatable...
anyone knows how overcome strange behavior?
for reference tried hitting update , update in ribbon under data , tried possible combinations under connection properties - no avail.
and tried reload xml in browser - here data updated instantly - doesn't seem related caching. can see excel writes connecting shortly on first run - no update occurs.
Comments
Post a Comment