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.
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.
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