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

What's the format of the returned dataset?

--
Tim Williams
Palo Alto, CA


"notlamc" wrote in message ...
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?