IronPython Excel RTDServer

1.1k Views Asked by At

How do you build a Excel RTDServer in Python/IronPython. (IE I want to implement the IRTDServer interface in Python/IronPython. So I can push data into Excel in real time from Python/IronPython)

I have looked all over the place but the only examples that I'm able to find are in C#.

1

There are 1 best solutions below

3
JMax On

You can use pyrtd that implements an Excel RTD Server.

You can find the code on Google Code page of the project