Thread overview
initial port of excel sdk headers to D
Jun 28, 2015
Laeeth Isharc
Jul 01, 2015
Øivind
Jul 02, 2015
Laeeth Isharc
June 28, 2015
https://github.com/Laeeth/d_excelsdk

probably many rough edges - a couple of functions still to fix
July 01, 2015
On Sunday, 28 June 2015 at 23:23:07 UTC, Laeeth Isharc wrote:
> https://github.com/Laeeth/d_excelsdk
>
> probably many rough edges - a couple of functions still to fix

Can you provide an example of how to use it? I am interested in this type of functionality :)
July 02, 2015
On Wednesday, 1 July 2015 at 23:56:51 UTC, Øivind wrote:
> On Sunday, 28 June 2015 at 23:23:07 UTC, Laeeth Isharc wrote:
>> https://github.com/Laeeth/d_excelsdk
>>
>> probably many rough edges - a couple of functions still to fix
>
> Can you provide an example of how to use it? I am interested in this type of functionality :)

Try building the DLL and renaming to XLL.  Then add to your workbook as an add in.  Also see the Microsoft Excel SDK on the web and the official C/C++ API.  There is not much more to it than that for now.


Laeeth.