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 49 7/6/2026
1.10.0-preview4 312 2/22/2026
1.10.0-preview1 254 2/14/2026
1.9.0 5,201 9/18/2025
1.9.0-rc6 526 9/4/2025
1.9.0-rc5 515 8/17/2025
1.9.0-rc4 445 8/15/2025
1.9.0-rc3 560 7/14/2025
1.9.0-rc2 537 7/1/2025
1.9.0-rc1 543 6/23/2025
1.9.0-beta2 578 4/5/2025
1.9.0-beta1 534 2/2/2025
1.9.0-alpha3 713 11/16/2024
1.9.0-alpha2 546 8/14/2024
1.8.0 8,517 5/16/2024
1.8.0-rc 576 5/6/2024
1.8.0-alpha3 741 3/10/2024
1.8.0-alpha2 818 1/3/2024
1.8.0-alpha1 605 12/21/2023
1.7.0 5,065 11/27/2023
Loading failed