View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rick[_34_] Rick[_34_] is offline
external usenet poster
 
Posts: 1
Default Fetching data from WCF/Web service?

I am thinking about developing a WCF or web service to provide data to Excel
clients. Is it possible to import data from asuch a service into an Excel
2007 spreadsheet? If so, I have a few questions:

1) how do I make the connection to the WCF/web service from within Excel?
2) what format(s) can the data be provided in that Excel can work with?
3) what security concerns will/should I have?

Does anyone have any useful links?

Thx