Tagged Questions

1
vote
2answers
1k views

Creating an excel worksheet function (UDF) at runtime in C#

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 ...