On Wednesday, 22 March 2017 at 02:30:50 UTC, Saurabh Das wrote:
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!
Glad it's helpful. Pull requests welcomed :)