How do I create a real-time Excel automation add-in in C# using RtdServer?

后端 未结 3 1026
梦谈多话
梦谈多话 2020-11-28 03:39

I was tasked with writing a real-time Excel automation add-in in C# using RtdServer for work. I relied heavily on the knowledge that I came across in Stack Overflow. I hav

3条回答
  •  萌比男神i
    2020-11-28 03:57

    Following the previous two answers for the RTD server worked for me. However I ran into an issue when on an x64 machine running Excel x64. In my case, until I switched the "target platform" of the project to x64, Excel always showed #N/A.

提交回复
热议问题