Write lightweight Excel functions and commands in C# with ESharper add-in

ESharper add-in for Excel 2013/2016 lets you write user defined functions and commands using C#:

As you change C# code and click Register in the ESharper custom task pane, the updated functions immediately become available in the current running Excel instance and the active sheet is automatically recalculated.

You can write as many UDF functions for Excel as you want, just declare them public and static in the code.
You can use C# 4.0 language features when .NET 4 is installed and C# 5.0 features when .NET 4.5 is installed.

You can create global functions available for any workbook on your computer and workbook functions stored in a .xlsx file. A command created with ESharper lets you automate Excel operations.

It’s my new product. Please send any questions or suggestions to SergeyVlasov@vlasovstudio.com

Download the installer.

This entry was posted in Vlasov Studio tools and tagged . Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s