dxl (the d port of jexcelapi)

Taylor Hillegeist via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu May 8 13:57:07 PDT 2014


So i was thinking i wonder if anyone has a d library for excel 
and behold there it was. however, it seems like d has grown since 
this was written.

I'm getting bunches of errors telling me that i can't override a 
function without the override keyword. which is not a big deal, 
however I seem to be missing libraries.

std.date; cannot be found :(
is this equivalent to std.datetime?

dcollections.LinkList; I found it but should i use It? is there 
not something in std.containers; that would replace it?


More information about the Digitalmars-d-learn mailing list