excel-d v0.0.1 - D API to write functions callable from Excel

Saurabh Das via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Mar 21 19:30:50 PDT 2017


On Monday, 20 March 2017 at 20:09:58 UTC, Atila Neves wrote:
> http://code.dlang.org/packages/excel-d
>
> This dub package allows D code to be called from Excel. It uses 
> compile-time reflection to register the user's code in an XLL 
> (a DLL loaded by Excel) so no boilerplate is necessary. Not 
> even `DllMain`! It works like this:
>
> [...]

This is too good. We already use a cobbled-together Excel runner 
type thing. It will be so much better to use excel-d.

Thanks so much Atila!


More information about the Digitalmars-d-announce mailing list