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.
我正在同一个 dll 中构建 XLL + RTD。RTD 不是直接从 Excel 调用,而是通过包装公式调用。类似于此处的示例Excel 中的自定义函数:第五部分,XLL-RTD
该功能似乎可以正常工作,但是当我手动编辑公式输入时,Excel 会将编辑后的公式与主题编号为 0 的公式混淆。已编辑项目的 ConnectData 和旧项目的 DisconnectData 都使用正确的主题 ID 调用。
这可能是什么解决方案?