Click here to Skip to main content
15,891,951 members
Articles / DevOps / Automation

Using C# .NET User Defined Functions (UDF) in Excel

Rate me:
Please Sign up or sign in to vote.
5.00/5 (7 votes)
13 Jun 2013CPOL4 min read 69.2K   345   15  
Exposing .NET functions to be consumed as Excel functions, otherwise known in Excel as "User Defined Functions" . Those .NET exposed functions can be easily used from Excel's cells. This article presents two ways to achieve this and the pros and cons of each.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United Kingdom United Kingdom
Passionate about refining software practices, promoting self-motivated teams and orchestrating agile projects.
Lives in London, UK and works as a .NET architect consultant in the City.

Blog AdamTibi.net.

Comments and Discussions