xlld.func.framework

Easier calling of Excel12f

Members

Functions

excel12
T excel12(int xlfn, A args)

D version of Excel12f. "D version" in the sense that the types are all D types. Avoids having to manually convert to XLOPER12. e.g. excel12(xlfFoo, 1.0, 2.0);

excel12Then
auto excel12Then(int xlfn, A args)

Version of excel12 that avoids automatic memory management by asking the caller to supply a compile-time function to call on the result.

Static variables

excel12Exception
auto excel12Exception;

Meta