简体   繁体   English

打包Office加载项

[英]Package an office add-in

I'm packaging my Office Add-in to publish it. 我正在打包Office加载项以进行发布。

It seems that packaging the add-in within Visual Studio is easier than manually. 似乎将加载项打包在Visual Studio中比手动打包要容易。 But I have not developed it in Visual Studio. 但是我还没有在Visual Studio中开发它。 The source code contains just one .xml , one .html and several .js files. 源代码仅包含一个.xml ,一个.html和几个.js文件。 In this case, Do I have to first make a solution .sln with these files? 在这种情况下,我是否必须首先使用这些文件创建解决方案.sln

Additionally, does this page apply to the packaging of Office Add-in? 此外, 此页面是否适用于Office加载项的包装? In a test office add-in solution, first, I cannot find package.appxmanifest.xml , then I cannot find Store->Create App Packages after right-clicking the project . 在测试办公室附加解决方案中,首先,我找不到package.appxmanifest.xml ,然后在right-clicking the project后找不到Store->Create App Packages

You do not need to create any kind of "package" in order to publish your add-in. 您无需创建任何类型的“包”即可发布您的加载项。 The .xml manifest file is itself the only file that the Office applications need to reference (the contents of that file point to the other information). .xml清单文件本身是Office应用程序需要引用的唯一文件(该文件的内容指向其他信息)。

Before you publish, you should host the HTML/JS/CSS resources at an HTTPS-accessible location 在发布之前,您应该将HTML / JS / CSS资源托管在HTTPS可访问的位置

If you want to publish to the Store , you'll need to go to sellerdashboard.microsoft.com and upload the .xml manifest file and other separate information, such as a description, category, and end-user license agreement. 如果要发布到Store ,则需要转到Sellerdashboard.microsoft.com并上载.xml清单文件和其他单独的信息,例如描述,类别和最终用户许可协议。 Here are the instructions for submitting to the Store . 这是提交给商店的说明

If you want to publish to an enterprise , provide the .xml file to the IT admins, who can use one of several publishing methods described in the enterprise publishing instructions . 如果要发布到企业 ,请向IT管理员提供.xml文件,他们可以使用企业发布说明中描述的几种发布方法之一。

-Michael (PM for Office add-ins) -Michael(Office加载项的PM)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM