-
We should improve documentation how to create new addins for Cake. Currently we have some documentation here: https://cakebuild.net/docs/extending/addins/. We should add more detailed documentation ho…
-
Hi, I followed the installation instructions and I have Excel 2016 on windows 10. I ran the installer but Excel isn't showing anything in the Add-ins tab. It's all empty.
-
Is it possible to freeze xlwings UDF into xll addin?! The examples include running frozen python code using cx_freeze, but nothing for UDFs.
It looks like only py2exe supports compiling com server, b…
-
I tried building the addin, but when I get to step 7 ("In VB Editor, menu File-->Save Book1; Save as vbaDeveloper.xlam in the same directory as 'src'"), Excel insists on saving the .xlam file to its o…
-
We performed an automated audit of your Cake addin and found that it does not follow all the best practices.
We encourage you to make the following modifications:
- [ ] You are currently referen…
-
I have an addin which is being updated at run time. I am using Mono.Addins.Setup.
The SetupService class has either Install() method or Uninstall(), but not Update()
I looked through the TextEditor…
-
### What You Are Seeing?
When I construct my addin directive with a comment that is a hyperlink and it immediately follows the // and is on the same line as the #addin and uses the package name only …
-
Using .NET framework 4.7.2 on a WPF project
build.cake preprocessor directive:
```
#addin nuget:?package=Cake.ClickTwice&version=0.1.1
```
and get this error:
```
Error: Failed to install…
-
### Blog Post
Introducing pharmaverse4devs package and how to use the addin
-
hello,I'm glad to see your wonderful code. just have a small question : why use package but not addin . I think using addin may be more simple ?