Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 2.6 KB

File metadata and controls

28 lines (19 loc) · 2.6 KB

Office Add-ins: Building Office Add-ins for Word - 100 Level

This lab will walk through the development of an Office Add-in for Microsoft Word using a number of office.js capabilities such as working with text throughout a document, formating/style, and complex document components such as images, HTML, tables, and content controls. This lab uses the Word add-in tutorial.

In this lab

  1. Create your add-in project
  2. Insert a range of text
  3. Format and style text
  4. Replace text and insert text in various locations
  5. Insert images, HTML, and tables
  6. Create content controls and replace content in them

Prerequisites

To complete this lab, you need to have the following installed.

  • Word 2016, version 1711 (Build 8730.1000 Click-to-Run) or later. You might need to be an Office Insider to get this version. For more information, see Be an Office Insider.
  • Node and npm
  • Git Bash (or another Git client)

Completed Exercises

Finished solutions are provided in the Word add-in tutorial repo and the Demos folder if you get stuck. If you want to run any of the finished solutions, clone the repository, run npm install (from the directory of the finished solution), then npm run start and follow one of these methods to sideload and test the Office Add-in.