Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
An add-in can use the Office JavaScript APIs to interact with objects in Office client applications.
- Application-specific APIs provide strongly-typed objects that can be used to interact with objects that are native to a specific Office application.
 - Common APIs can be used to access features such as UI, dialogs, and client settings that are common across multiple Office applications.
 
You should use application-specific APIs whenever feasible, and use Common APIs only for scenarios that aren't supported by application-specific APIs. For more detailed information about these two API models, see Develop Office Add-ins.
API reference
Excel API reference
JavaScript APIs for building Excel add-ins
Outlook API reference
JavaScript APIs for building Outlook add-ins
Word API reference
JavaScript APIs for building Word add-ins
PowerPoint API reference
JavaScript APIs for building PowerPoint add-ins
OneNote API reference
JavaScript APIs for building OneNote add-ins
Common API reference
JavaScript APIs that can be used by any Office Add-in
Note: There's currently no application-specific JavaScript API for Project; you'll use Common APIs to create Project add-ins.
Office Add-ins