Excel-DNA 1.10.0-preview5

This is a prerelease version of Excel-DNA.
dotnet add package Excel-DNA --version 1.10.0-preview5
                    
NuGet\Install-Package Excel-DNA -Version 1.10.0-preview5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Excel-DNA" Version="1.10.0-preview5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Excel-DNA" Version="1.10.0-preview5" />
                    
Directory.Packages.props
<PackageReference Include="Excel-DNA" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Excel-DNA --version 1.10.0-preview5
                    
#r "nuget: Excel-DNA, 1.10.0-preview5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Excel-DNA@1.10.0-preview5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Excel-DNA&version=1.10.0-preview5&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Excel-DNA&version=1.10.0-preview5&prerelease
                    
Install as a Cake Tool

Excel-DNA

This package is deprecated and remains available for compatibility with older projects.

For new Excel-DNA add-ins, use ExcelDna.AddIn. It is the current package that adds the build targets, native Excel loaders, packing support, and the ExcelDna.Integration reference needed for normal add-in development.

Existing projects that still reference Excel-DNA can continue to restore it, but migrating to ExcelDna.AddIn is recommended.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Excel-DNA:

Package Downloads
ExcelMvc.AddinDna

Writing Excel applications in .NET using the MVC/MVVM pattern. Use this package if you intend to write applications using both ExcelMvc and Excel-DNA.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.10.0-preview5 219 7/6/2026
1.10.0-preview4 406 2/22/2026
1.10.0-preview1 336 2/14/2026
1.9.0 6,788 9/18/2025
1.9.0-rc6 608 9/4/2025
1.9.0-rc5 601 8/17/2025
1.9.0-rc4 529 8/15/2025
1.9.0-rc3 645 7/14/2025
1.9.0-rc2 621 7/1/2025
1.9.0-rc1 623 6/23/2025
1.9.0-beta2 662 4/5/2025
1.9.0-beta1 617 2/2/2025
1.9.0-alpha3 795 11/16/2024
1.9.0-alpha2 632 8/14/2024
1.8.0 9,047 5/16/2024
1.8.0-rc 659 5/6/2024
1.8.0-alpha3 829 3/10/2024
1.8.0-alpha2 899 1/3/2024
1.8.0-alpha1 688 12/21/2023
1.7.0 5,542 11/27/2023
Loading failed