• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

XLL in C#

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