我们正在开发实时数据系统,并且需要实施DDE模块,以便在我们的系统中更改值时,在Excel工作表中更新一些数据。
-DDE server implemented using Ndde DLL.
1-In system, copy data fiels to ciboard.
2-Open excel in Admin Mode, and paste fields.
-Formula sent to excel like this `= DdeServername|Topic!'item`
-Calling advice method to notify updates.
-Code of handling change written in DDE Server class in `OnAdvise()` Handler
-Issue when updates happen in some system data the excel sheet not updated.
我们可以做什么或检查数据更新? 必须Excel在管理员模式下打开?