ExcelDnaDoc 0.1.15

There is a newer version of this package available.
See the version list below for details.
dotnet add package ExcelDnaDoc --version 0.1.15
                    
NuGet\Install-Package ExcelDnaDoc -Version 0.1.15
                    
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="ExcelDnaDoc" Version="0.1.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ExcelDnaDoc" Version="0.1.15" />
                    
Directory.Packages.props
<PackageReference Include="ExcelDnaDoc" />
                    
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 ExcelDnaDoc --version 0.1.15
                    
#r "nuget: ExcelDnaDoc, 0.1.15"
                    
#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 ExcelDnaDoc@0.1.15
                    
#: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=ExcelDnaDoc&version=0.1.15
                    
Install as a Cake Addin
#tool nuget:?package=ExcelDnaDoc&version=0.1.15
                    
Install as a Cake Tool

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/mndrake/ExcelDnaDoc.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on ExcelDnaDoc:

Repository Stars
Excel-DNA/ExcelDna
Excel-DNA - Free and easy .NET for Excel. This repository contains the core Excel-DNA library.
Version Downloads Last Updated
1.9.0-rc3 30 7/14/2025
1.9.0-rc2 127 7/1/2025
1.9.0-rc1 143 6/23/2025
1.9.0-beta2 101 4/5/2025
1.9.0-beta1 126 2/2/2025
1.9.0-alpha3 96 11/16/2024
1.9.0-alpha2 154 8/14/2024
1.8.0 1,002 5/16/2024
1.8.0-rc 149 5/6/2024
1.8.0-alpha3 188 3/10/2024
1.8.0-alpha2 302 1/3/2024
1.8.0-alpha1 139 12/21/2023
1.7.0 696 11/27/2023
1.7.0-rcfinal 222 11/6/2023
1.7.0-rc9 196 10/16/2023
1.7.0-rc8 147 10/16/2023
1.7.0-rc7 177 10/7/2023
1.7.0-rc6 280 7/17/2023
1.7.0-rc5 164 6/19/2023
1.7.0-rc4 176 4/24/2023
1.7.0-rc3 172 4/2/2023
1.7.0-rc2 237 3/5/2023
1.7.0-rc1 203 2/26/2023
1.6.1-beta3 208 1/22/2023
1.6.1-beta2 200 1/4/2023
1.6.1-beta1 173 11/21/2022
1.6.1-alpha6 201 11/8/2022
1.6.1-alpha5 205 11/3/2022
1.6.1-alpha4 162 11/2/2022
1.6.1-alpha3 242 10/19/2022
1.6.1-alpha2 171 10/9/2022
1.6.1-alpha 187 10/3/2022
1.6.0 2,558 10/1/2022
1.6.0-rc1 203 8/19/2022
1.6.0-preview5 220 8/2/2022
1.6.0-preview4 234 7/3/2022
1.5.1 997 12/23/2021
1.5.0-rc 304 11/12/2021
1.1.0-beta2 622 6/30/2020
1.1.0-beta 901 6/30/2020
0.2.3 21,180 7/11/2016
0.2.2 1,331 7/11/2016
0.2.1 1,300 7/10/2016
0.1.17 2,350 1/29/2014
0.1.16 1,872 1/24/2014
0.1.15 1,783 12/3/2013
0.1.14 1,553 11/27/2013
0.1.13 1,787 11/24/2013

added customizable razor templates with intellisense to NuGet installed content
breaking change - removed ExcelFunctionSummary attribute and replaced with ExcelFunctionDoc attribute which also implements ExcelFunction attribute from Excel-DNA