This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ExcelDnaPack.
Summary
Extensions for
ExcelDnaPackSettings
.
- Assembly
- Cake
.ExcelDnaPack .dll - Namespace
- Cake
.ExcelDnaPack - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ExcelDnaPackSettingsExtensions"]
class Type type-node
Syntax
public static class ExcelDnaPackSettingsExtensions
Methods
Name | Value | Summary |
---|---|---|
NoCompression |
ExcelDnaPackSettings |
Disable compression (LZMA) of resources
static
|
NoMultiThreading |
ExcelDnaPackSettings |
Disable multi-threading to ensure deterministic order of packing
static
|
Prompt |
ExcelDnaPackSettings |
Enable interactive prompt to overwrite the output .xll file, if it already exists.
static
|
SetDnaFilePath |
ExcelDnaPackSettings |
Set the path to the primary .dna file for the Excel-DNA add-in
static
|
SetOutputXllFilePath |
ExcelDnaPackSettings |
Set the output path for the packed .xll file. Default is
DnaFilePath -packed.xll.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|