View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
notlamc notlamc is offline
external usenet poster
 
Posts: 1
Default Excel and ASP.NET Web Services

I have an ASP.NET Web Service which gives me a dataset.

I would like to create an excel spread sheet which calls that ASP.NET
web service method and then imports the data within the dataset to the
spreadsheet.

Any ideas?