Build Office Add-ins for Word

Intermediate
Developer
Microsoft 365
Office Add-ins

Microsoft Office clients enable developers to create add-ins that extend Microsoft Word with custom functionality. Through a JavaScript API, developers can manipulate the content in a Word document from an app running in the task pane. In this module, you'll learn how to build a Word add-in that inserts (and replaces) text ranges, paragraphs, images, HTML, tables, and content controls. You'll also learn how to format text and how to insert (and replace) content in content controls.

Learning objectives

By the end of this module, you'll be able to:

  • Create a Word add-in that uses the Word JavaScript API to manipulate a document
  • Demonstrate how to add and edit content in a Word document
  • Explain how to deploy and host a custom add-in for Microsoft Word

Prerequisites

  • Experience using Microsoft Word
  • Experience developing web applications
  • Experience developing web applications with JavaScript and TypeScript
  • Experience using Visual Studio Code at the intermediate level