Excel ExcelDNA C# / Try to copy Bloomberg BDH() behavior (writing Array after a web request)

前端 未结 4 449
夕颜
夕颜 2021-02-04 16:02

I want to copy Bloomberg BDH behavior.

BDH makes a web request and write an array (but doesn\'t return an array style). During this web request, the function returns \"#

4条回答
  •  长情又很酷
    2021-02-04 16:35

    I think you need to implemented the request as a RTD server. Normal user defined functions will not update asynchronously.
    Then you may hide the call of the RTD server via a user defined function, which can be done via Excel-DNA.

提交回复
热议问题