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 VB macros to contact the HTTP server and update the cells in the workbook. Is it possible to do this in C#? I don’t want to additional burden of deploying an extra application.
Thanks for your help.
You can use the VSTO to create a document or application level addin to Excel. Look here http://msdn.microsoft.com/en-us/office/hh128771.aspx