【发布时间】:2019-07-30 06:22:55
【问题描述】:
我需要在不支持特定 api 时显示通知
if (Office.context.requirements.isSetSupported('ExcelApi', '1.9')) {
}
else
{
//Show message to the user that this feature is not supported
}
微软目前不支持fabric UI消息横幅,那么office js应用的标准消息传递方式是什么?
【问题讨论】:
-
您使用的是 React 还是 Angular 框架?无论如何,选择您选择的库并显示横幅消息。或者您可以设计自己的横幅并在所有组件中遵循它
-
没有我不使用 React 或 Angular
标签: office-js office-addins excel-addins word-web-addins