Excel js附加清单要求部分 [英] excel js add-in manifest requirements section

查看:51
本文介绍了Excel js附加清单要求部分的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们有具有自定义功能支持的excel js添加,因此,此加载项仅在excel office 365版本中有效.在这里,我们遇到了一个问题-"npm validate"将此外接程序定义为excel 2016的外接程序,但这对我们来说是不正确的.因此,问题是-如何正确设置要求"?清单文件中的部分"以将此加载项定义为Office 365的加载项?

we have excel js add with custom function support and because of it, this add-in works just in excel office 365 version. here we met a problem - "npm validate" define this add-in as an add-in for excel 2016, but that is not correct for us. so the question is - how to correctly set the "requirements" section in the manifest file to define this add-in as an add-in for office 365?

当前看起来像

  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="CustomFunctionsRuntime" MinVersion="1.1"/>
    </Sets>
  </Requirements>

推荐答案

自定义函数使用独立于核心Excel JavaScript API的需求集.您可以参考此页面上的自定义功能"需求集:自定义功能需求集

Custom Functions use separate requirement sets from the core Excel JavaScript APIs. You could refer to this page for Custom Functions requirement sets: Custom Functions requirement sets

这篇关于Excel js附加清单要求部分的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆