'ExcelDna.Testing' is a NuGet package and library that lets you develop automatic tests for Excel models and add-ins, including add-ins developed with Excel-DNA and VBA. Test code is written in C# or Visual Basic and is hosted by the popular xUnit test framework, allowing automated tests to run from...
More information
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of ExcelDna.WindowsDesktop.* packages
ExcelDna.Abstractions is a library that abstracts Excel-DNA classes such as `ExcelDnaUtil`, `ExcelAsyncUtil`, and many other classes so you can easily mock them and write unit tests against your Excel add-ins built with Excel-DNA.
Open-source Excel add-in in C#/.NET4.0 that makes matrix, vector and most importantly, table-valued functions of Finaquant Calcs available for Excel users and programmers. Based on ExcelDNA and NetOffice
ExcelDna.Registration.Abstractions is a library that abstracts ExcelDna.Registration classes such as `ExcelRegistration`, `ExcelFunctionRegistration`, and others so you can easily mock them and write unit tests against your Excel add-ins built with Excel-DNA.
ExcelDna.IntelliSense.Abstractions is a library that abstracts ExcelDna.IntelliSense classes such as `IntelliSenseServer`, so you can easily mock them and write unit tests against your Excel add-ins built with Excel-DNA.