Possible Duplicate:
is it possible to use C# to write functionality within an excel workbook
I have an excel workbook which needs to query data from an HTTP server. Query directly from a remote database isn't an option.
From what I know, I can use the datasource option to sync data with a remote database. Is it possible to do something similar with an HTTP data source? For instance, where the data and whether the data has changed can be expressed through restful URLs for each cell within the scope of the workbook.
Thanks for your help.