Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用了一些 xll 开放库(xlw,xlladdin)以及 xllsdk,但还没有找到答案。
我正在使用以下代码来调用我的函数:
double WINAPI xll_example(LPOPER x) //<--sample function from xlladdin { }
我的问题是:如何获取参数 x 的地址?(例如“B3”或 rowfirst=3 和 colfirst=2)。
我从这篇文章中找到了答案,但 xll+ 不是免费的。
有人可以指出我的方法吗?