Basic of XLL Excel Addin - Need to invoke a C# API from Excel [closed]

大兔子大兔子 提交于 2019-12-04 06:13:56

问题


I am quite new to creating excel addins.

Earlier I used to create a tlb for .NET libraries. I used to make my .NET class COMVISIBLE and create a Com callable wrapper and register as a tlb to call from Excel (using regasm).

I now have a math library written in C#. Got to know there is something called XLL and UDFs which I can use to invoke API's from the DLL. Little confused about XLA, XLL and UDFs. Not sure what should I do to call my API's.

Not sure where to get started. Any help would be helpful.

Thanks Mani


回答1:


Take a look at XLDNA, XLL+, Addin Express, VSTO etc.




回答2:


Don't forget to take a look at http://nxll.codeplex.com too.



来源:https://stackoverflow.com/questions/7852894/basic-of-xll-excel-addin-need-to-invoke-a-c-sharp-api-from-excel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!