C## vs. C++ Excel Add-ins

M

McRolin

Hello,
I've built Excel user functions with VC++6 and load them as *.xla. Can
the C## handle heavy math and build good add-ins for Excel?

Thanks,

Roger
 
C

Charles Williams

The problem with c# functions and Excel is that they go through the interop
layer which is slower than molasses.

If you want to go this route and need performance then I would recommend
using a third-party product that bypasses the Interop layer and internally
uses the C API for communication between Excel and .Net.

Charles
___________________________________
The Excel Calculation Site
http://www.decisionmodels.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top