Hey all
Is it possible to create worksheet functions dynamically in C#, that is, without using the method attribute approach? Or is this something that's only supported using an XLL?
What I'm looking at achieving is to retrieve a functions list (along with parameters) from a source and register these functions. These functions will just serve as a call to a server, so the content of these functions is not of any major concern.
Thanks for your inputs!