How to easily create an Excel UDF with VSTO Add-in project

前端 未结 4 2093
日久生厌
日久生厌 2020-12-25 13:22

What I am trying to do is to create User Defined Functions (UDFs) for Excel using VSTO’s C# “Excel 2007 Add-in”-project type (since I just want to generate some general UDFs

4条回答
  •  庸人自扰
    2020-12-25 13:58

    Looks like Eric Carter has a winner here:

    http://blogs.msdn.com/b/eric_carter/archive/2004/12/01/273127.aspx

    It's pure .NET - no dependency on third party libraries.

    Giving it a burl now...

提交回复
热议问题