4

我在使用 office.js 开发的 Office Excel 插件中遇到以下错误,仅在某些机器上。

我们的插件是免费的。我还发现一些人抱怨他们的免费加载项的这种行为。似乎这种行为在少数客户机器上很明显。

在此处输入图像描述

我的清单文件:

<?xml version="1.0" encoding="UTF-8"?>
<OfficeApp 
    xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" 
    xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="TaskPaneApp">
    <Id>masked</Id>
    <Version>1.0.0.0</Version>
    <ProviderName>Invensys Systems Inc.</ProviderName>
    <DefaultLocale>en-US</DefaultLocale>
    <DisplayName DefaultValue="Configuration Assistant for Wonderware Online" />
    <Description DefaultValue="Execute administrative tasks against your Wonderware Online InSight subscription."/>
    <IconUrl DefaultValue="https://online.wonderware.com/TagAdministrator/Images/icon-administrator-x32.png"/>
    <SupportUrl DefaultValue="https://www.wonderware.com/contact/contact-support ">
        <Override Locale="en-US" Value="https://www.wonderware.com/contact/contact-support " />
    </SupportUrl>
    <AppDomains>
        <AppDomain>https://wonderware.auth0.com</AppDomain>
    </AppDomains>
    <Hosts>
        <Host Name="Workbook" />
    </Hosts>
    <Requirements>
        <Sets DefaultMinVersion="1.2">
            <Set Name="ExcelApi" />
        </Sets>
    </Requirements>
    <DefaultSettings>
        <SourceLocation DefaultValue="https://online.wonderware.com/TagAdministrator/" />
    </DefaultSettings>
    <Permissions>ReadWriteDocument</Permissions>
</OfficeApp>

我的 Office Store 插件

4

0 回答 0