↧
Offloading UDF computations to a Windows HPC cluster from Excel 2010
Excel 2010 introduced support for offloading UDF computations to a compute cluster. The Excel blog talks about it...
View ArticleResizing Excel UDF result arrays
Update: To work correctly under Excel 2000/2002/2003, this sample requires at least version 0.29.0.12 of Excel-DNA. A common question on the Excel-DNA group is how to automatically resize the results...
View ArticleAsync and event-streaming Excel UDFs with F#
There have been a some recent posts mentioning the asynchronous and reactive programming features in F#. Since Excel-DNA 0.30 added support for creating async and IObservable-based real-time data...
View ArticleTutorial: COM server support for VBA integration
Functions and macros created in an Excel-DNA add-in can be called directly from Excel VBA by using Application.Run(…). However, .NET also supports creating rich object models that are exported as COM...
View Article