-
While trying to port an old project from ExcelDNA 1.1 to ExcelDNA 1.6, I face a weird issue.
If I build with MSBuild then the packed .xll in the publish folder is fully functional and can be loaded b…
-
I have a graphics lib, where the origin (0,0) is at the top/left, and rects use a top/left and width/height notation.
rbang origin (0,0) is bottom/left and uses a bottom/left, top/right notation.
…
-
Hi Govert,
I am trying to use this installer but I cannot seem to add my Add-In project as a reference to the ExcelAddInDeploy project. Is this setup project supposed to be independent of the actual …
-
Whenever I open xlTest.xlsx and try and to calculate the values, Excel crashes and restarts. I am using Microsoft Excel 2016 32-bit on a Intel Corei7 7700HQ GTX 1050Ti Windows 10 Laptop. I have genera…
-
While transcribing the formula for the forward azimuth using haversines, I struck this:
```
# scratch.u
use Lat Lat
use Lng Lng
azimuthFwd xLL yLL =
LatLng (Lat xLat) (Lng xLng) = xLL
…
-
i was upgrading a project from 1.5.1 to 1.6.0 but Excel gave me the (in)famous "ActiveX component can't create object" error. upon investigating i unzipped/extracted the EXCELDNA file from the XLL fil…
-
Works just fine from a local path however, when the xll and chm file are on a network drive, clicking on the "Help on this function" link brings up a help window that lists the functions in the tree o…
-
Currently the environment variable LIBVA_DRIVER_NAME=
is the only tuneable. However having a define for LIBVA_DEVICE= and LIBVA_DISPLAY=
should also be defined.
This is especially important …
-
When we create a packed add-in (or an unpacked add-in) in the publish directory, we should also copy the generated .chm file there.
Maybe we can add a build target to the ExcelDnaDoc that checks what…
-
I develop [Excel-DNA](https://github.com/Excel-DNA/), an Excel integration project similar to excel-d, but for the .NET languages.
One of the extensions I've made is an add-in that allows in-sheet …