Cake.ExcelDnaPack

Cake add-in that makes ExcelDnaPack available as a tool in Cake.

#addin nuget:?package=Cake.ExcelDnaPack&version=3.0.0

dotnet add package Cake.ExcelDnaPack --version 3.0.0

<PackageReference Include="Cake.ExcelDnaPack" Version="3.0.0" />

Aliases

ExcelDnaPack aliases

ExcelDnaPack

ExcelDnaPack(Action<ExcelDnaPackSettings>) Run the ExcelDnaPack tool using the settings returned by a configurator.
ExcelDnaPack(ExcelDnaPackSettings) Run the ExcelDnaPack tool using the specified settings.
ExcelDnaPack(FilePath, Action<ExcelDnaPackSettings>) Run the ExcelDnaPack tool using the settings returned by a configurator.
ExcelDnaPack(FilePath) Run the ExcelDnaPack tool with default settings.