The Office add-in
I am working on will be supported only for the Office Online
platform. There are configuration to set Host
in which the add-in will work, that can be added in manifest.
Is there a similar setting/configuration available in manifest to explicitly mention that the add-in will support only Office Online
platform and not Office for Windows, etc.
相关问题
- Converting byte array output into Blob corrupts fi
- docx4j - delete wml P element
- How to name and reference an Excel range using off
- Setting width of Office add-in task pane
- Office Dialog API send message to child dialog
相关文章
- System.Runtime.InteropServices.COMException (0x800
- How to print a docx to a specific printer using Mi
- Deleting columns from a table with merged cells
- Doc4j - Having issues converting docx to PDF with
- Outlook WebAddin is detected as contextual addin i
- How to disable File button in MS-Word 2013?
- Add excel custom functions to an existing excel ad
- Getting the selected item from the dropdown in a r
If you are planning to publish your Office Add-in to the Office Store (which I assume you are, since you added the
office-store
tag to your question), it must comply with all Office Store Validation Policies.As stated in section 4.12.1 of that documentation:
Your add-in must work across all platforms that support the methods that you define in the Requirements element in your add-in manifest.
In other words, if your add-in uses requirement sets and methods that are supported cross-platform, then your add-in must work cross-platform.
There are three base conceptions behind Office Add-ins as of:
Your question fall into "Cross-platform" concept which by the way means the following: "Write once, run everywhere Office runs. Add-ins are currently supported on Windows, Office Online, Mac, and iPad."
Basically what you are asking is against of the main concept for Office Add-ins. This means (unfortunately) it cannot be done as long as Microsoft follow those concepts. There are no any manifest settings to limit online products version only. By the way we would like to have this too as our desktop version of COM add-in is feature reach and robust.
If you require this manifest option you may post your scenario at officespdev.uservoice.com