【问题标题】:Getting started with a custom function with Excel Add-Ins开始使用 Excel 加载项的自定义函数
【发布时间】:2021-06-23 20:46:16
【问题描述】:

我遵循了这个指南:https://docs.microsoft.com/en-us/office/dev/add-ins/quickstarts/excel-custom-functions-quickstart?tabs=excel-windows

到目前为止,一切都很顺利。我可以使用 =CONTOSO.CLOCK 和其他示例函数。 如果我在 functions.ts 文件中添加一个函数,它会重新构建......但我无法以任何方式在网络上使用自定义函数。

不知何故,我错过了如何注册此函数并在 Excel 中运行它... 另一个问题是:我怎样才能将命名空间的名称从 CONTOSO 更改为其他内容?

问候,彼得

【问题讨论】:

    标签: excel-addins custom-functions-excel


    【解决方案1】:

    好的,需要一个有效的 JSDoc 才能工作。运行新版本后,它解决了。 https://docs.microsoft.com/en-us/office/dev/add-ins/excel/custom-functions-json-autogeneration

    【讨论】:

      猜你喜欢
      • 2022-12-09
      • 2021-03-25
      • 1970-01-01
      • 1970-01-01
      • 2018-05-03
      • 2012-12-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多