is it possible to use C# to write functionality within an excel workbook

前端 未结 2 1415
傲寒
傲寒 2021-01-23 14:32

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 c

2条回答
  •  心在旅途
    2021-01-23 15:05

    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

提交回复
热议问题