XLL in C#

  • Thread starter Thread starter jjkkny
  • Start date Start date
Joined
3/30/10
Messages
4
Points
11
Hi,

I want to use some xll (excel addins created using C++) in my C# winform applications. Can anyone show me how to do it?

Thanks.
Jack
 
I read the messages from all links Andy provided. None discussed how to use XLL in a C# window application. Most talk about how to make XLL fill in C#.
 
I read the messages from all links Andy provided. None discussed how to use XLL in a C# window application. Most talk about how to make XLL fill in C#.

C++ based XLL is a DLL anyway, You can simply reference it in a C# project just as if it's a regular DLL. (However any Excel interfacing specific features will be irrelevant in such scenarios.)
 
Back
Top Bottom