加载项无法在Office Professional Plus 2016中运行

问题描述 投票:0回答:1

我的一个加载项Formula Formatter在Office 365中运行良好。但是,有一个客户端告诉我它无法在Office Professional Plus 2016中加载。

有谁知道可能是什么原因?我们应该在Office Professional Plus 2016的清单xml中做些特别的事吗?

enter image description here

enter image description here

ms-office office-js office-app
1个回答
4
投票

在其清单中,公式格式化程序指定ExcelAPI的最低版本为1.2的需求集。根据该需求集(https://dev.office.com/reference/add-ins/requirement-sets/excel-api-requirement-sets)的文档,您的客户需要运行“版本1601(Build 6741.2088)或更高版本”。拥有非订阅版Office的客户将不会设置该要求。

如果从清单中删除了需求集,则您的加载项将在Office 2016上可用,但您需要确保加载项在不存在时具有良好的用户体验。

© www.soinside.com 2019 - 2024. All rights reserved.