29 packages tagged with “exceldna”
Reference library package for Excel-DNA. Use the package "ExcelDna.AddIn" to create a new add-in.
Excel-DNA eases the development of Excel add-ins using .NET. Add-ins created with Excel-DNA can export high-performance user-defined functions and macros, and can be packed into a single file for easy distribution and installation. Excel versions 2007 through 2022 / Office 365 can be targeted with a single add-in. Advanced Excel features are supported, including multi-threaded recalculation, registration-free RTD servers and customized Ribbon and Task Pane interfaces and asynchronous functions. Excel-DNA supports .NET Framework version 4.6.2 to 4.8.1, and.NET 6.0+ The Excel-DNA Runtime is free for all use, and distributed under a permissive open-source license that also allows commercial use.
Provides a local copy of the Primary Interop Assemblies from Microsoft Office: Microsoft.Office.Interop.Excel.dll, Office.dll, Microsoft.Vbe.Interop.dll.
This NuGet package is deprecated, and used for compatibility only. The basic Excel-DNA NuGet package is now called ExcelDna.AddIn.
This package is deprecated, and has been replaced by ExcelDna.Interop - https://www.nuget.org/packages/ExcelDna.Interop/.
This NuGet package is deprecated. Migrated to ExcelDna.Integration.
Excel-DNA IntelliSense is an extension library that provides on-sheet IntelliSense for Excel UDFs.
Deprecated reference library package for Excel-DNA. Use the package ExcelDna.AddIn to create a new add-in. Use the package ExcelDna.Integration to only reference the integration library.
This NuGet package is deprecated.
'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 Visual Stuio or other standard test runners. Tests developed with the testing helper will run with the add-in loaded inside an Excel instance, and so allow you to test the interaction between an add-in and a real instance of Excel. This type of 'integration testing' can augment 'unit testing' where individual library features are tested in isolation. It is often in the interaction with Excel where the problematic aspects of an add-in are revealed, and developing automated testing for this environment has been difficult. The testing helper allows flexibility and power in designing automated Excel tests: * The test code can either run in a separate process that drives Excel through the COM object model, or can be loaded inside the Excel process itself, allowing use of both the COM object model and the C API from the test code. * Functions, macros and even ribbon commands can be tested. * Test projects can include pre-populated test workbooks containing spreadsheet models to test or test data.
Excel-DNA templates for new projects.
This package contains XSD files that enables IntelliSense and validation when editing `.dna` files, for example, in Visual Studio.
Provides a local copy of the Microsoft.Office.Interop.Access.Dao.dll primary interop assembly from Microsoft Office.
Integrate Excel-DNA Diagnostics Logging with Serilog.
LogDisplay logger for Microsoft.Extensions.Logging
Fluent ribbon builder for Excel-DNA. It simplifies the creation of the ribbon with Excel-DNA so you don't have to write XML or to create the callback methods.
This package integrates Microsoft.Extensions.* libraries (dependency injection, configuration, logging, etc.) with ExcelDna.AddIn
ExcelDna Cell Address Extensions,support Range and ExcelReference formats.
Extensions for ExcelDna.Integration
RibbonFluent builder for ExcelDna, extends AddInX.Ribbon project
A Serilog sink that writes events to Excel-DNA LogDisplay.
Interface for the WPF helper method - Add-in X
Implementation for the WPF helper for Excel-DNA - Add-in X
ExcelDnaPack distributed as a NuGet package for use as a tool in build scenarios.
Cake add-in that makes ExcelDnaPack available as a tool in Cake.
A Serilog Enricher with properties from Excel-DNA
A command-line utility to extract the contents of Excel-DNA add-ins that have been packed with ExcelDnaPack.
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