ExcelMvc.Net

Writing Excel applications in .NET using MVC pattern & high performance user defined fuctions, including RTD and asynchronous functions. This package supercedes ExcelMvc.


Keywords
Excel, MVC, MVVM, RTDs, UDFs
License
Other
Install
Install-Package ExcelMvc.Net -Version 2.1.0

Documentation

If you are a fan of building applications using the MVC/MVVM pattern and you love Excel as the user interface for your applications, then ExcelMvc is the just component you need.

ExcelMvc lets you write Excel applications like writing WPF or WinForm ones using the MVC/MVVM pattern. You define your application's views in Excel and implement their business models and view models (controllers) in C# or any other .NET languages.

ExcelMvc also lets you write your own high performance user defined functions (UDF), including RTD functions and asynchronous functions.

Simply add ExcelMvc.Net NuGet to your solution to get your ExcelMvc development started.

More documentation can be found within the sample solutions.