JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
996 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a manifest file that includes the following requirement sets:
<Requirements>
<Sets>
<Set Name="SharedRuntime" MinVersion="1.1"/>
<Set Name="CompressedFile"/>
<Set Name="File"/>
<Set Name="AddinCommands" MinVersion="1.1"/>
</Sets>
</Requirements>
When running the validation, it does not confirm compatibility with Word on Mac (Microsoft 365)
, and there seems to be conflicting information in the documentation. Will this manifest work for Word on Mac (Microsoft 365)? Will it be available in the store for that platform?