35 packages tagged with “excel-dna”
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.
This NuGet package is deprecated, and used for compatibility only. The basic Excel-DNA NuGet package is now called ExcelDna.AddIn.
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.
Core library for NetOffice, the .NET Wrapper Assemblies for accessing MS Office applications: Office, Excel, Word, Outlook, PowerPoint, Access, Project, Visio
Command-line utility to create a compiled HTML Help Workshop file (.chm) for ExcelDna. To build compiled help file (.chm) the HTML Help Workshop must be installed. For examples see https://github.com/Excel-DNA/ExcelDnaDoc.
NetOffice Excel API, the .NET Wrapper Assemblies for accessing MS Office Excel
Core library for NetOffice, the .NET Wrapper Assemblies for accessing MS Office applications: Office, Excel, Word, Outlook, PowerPoint, Access, Project, Visio. This NuGet package targets the .NET Framework 4.5
NetOffice Excel API, the .NET Wrapper Assemblies for accessing MS Office Excel. This NuGet package targets the .NET Framework 4.5
This NuGet package is deprecated.
Core library for NetOffice, the .NET Wrapper Assemblies for accessing MS Office applications: Office, Excel, Word, Outlook, PowerPoint, Access, Project, Visio. This NuGet package targets the .NET Framework 4.0
'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.
NetOffice Excel API, the .NET Wrapper Assemblies for accessing MS Office Excel. This NuGet package targets the .NET Framework 4.0
NetOffice Excel API, the .NET Wrapper Assemblies for accessing MS Office Excel. This NuGet package targets the .NET Framework 3.5
Core library for NetOffice, the .NET Wrapper Assemblies for accessing MS Office applications: Office, Excel, Word, Outlook, PowerPoint, Access, Project, Visio. This NuGet package targets the .NET Framework 3.5
LogDisplay logger for Microsoft.Extensions.Logging
Integrate Excel-DNA Diagnostics Logging with Serilog.
This package integrates Microsoft.Extensions.* libraries (dependency injection, configuration, logging, etc.) with ExcelDna.AddIn
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.
NetOffice Excel API, the .NET Wrapper Assemblies for accessing MS Office Excel. This NuGet package targets the .NET Framework 2.0
Core library for NetOffice, the .NET Wrapper Assemblies for accessing MS Office applications: Office, Excel, Word, Outlook, PowerPoint, Access, Project, Visio. This NuGet package targets the .NET Framework 3.0
A Serilog sink that writes events to Excel-DNA LogDisplay.
NetOffice Excel API, the .NET Wrapper Assemblies for accessing MS Office Excel. This NuGet package targets the .NET Framework 3.0
Core library for NetOffice, the .NET Wrapper Assemblies for accessing MS Office applications: Office, Excel, Word, Outlook, PowerPoint, Access, Project, Visio. This NuGet package targets the .NET Framework 2.0
Interface for the WPF helper method - Add-in X