Govert van Drimmelen

Results 243 comments of Govert van Drimmelen

I would prefer a single-file library, but targeting shared-framework. This is because I am loading into a hostile native process (Excel) and need to share with other libraries, so would...

This is a known bug in Excel on the ARM64 architecture. See this discussion: https://groups.google.com/g/exceldna/c/jCee3l0lzjM/m/iZA9FnQXDQAJ We have reproduced the bug with the native code sample add-in from the Excel SDK...

I tried a quick test but can't reproduce a problem in my Excel. I'm running 32-bit Microsoft 365 on the Beta Channel, and have version 16.0.13219.20004. I am using the...

It looks like you are running a version which has the Dynamic Arrays support. However, you describe the crash as happening when you enter a legacy Ctrl+Shift+Enter array formula, and...

> > If you enter the same formula into the single cell, it should spill over into two cells (due to dynamic arrays). > No I get a #VALUE OK...

I've not had a closer look at this yet.

@marboe123 I might be interested in helping to fund a share of the refresh work. Then you only need three more?

Hi @edugca - that kind of conversion is built into the Excel-DNA Registration extensions: https://github.com/Excel-DNA/Registration and https://github.com/Excel-DNA/Registration/blob/master/Source/ExcelDna.Registration/ParamsRegistration.cs

I don't understand your question yet. You can only call ExcelIntegration.RegisterDelegates with methods that have Excel-friendly signatures, so no params for this case. The `ProcessParamsRegistrations` does a conversion that wraps...