This completed project is the result of the lab exercise Work with tables and charts in Excel Add-ins that is referenced in the README in this repo.
Developing Office add-ins for Microsoft Excel requires Excel 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.
You'll use Node.js to create the custom Excel add-in in this module. The exercises in this module assume you have the following tools installed on your developer workstation.
Important
In most cases, installing the latest version of the following tools is the best option. The versions listed here were used when this module was published and last tested.
- Node.js - (the latest LTS version)
- NPM (installed with Node.js) - v6.x (or higher)
- Yeoman - v3.x (or higher)
- Yeoman Generator for Microsoft Office - v1.6.x (or higher)
- Visual Studio Code
You must have the minimum versions of these prerequisites installed on your workstation.
- Build & run the application by following the instructions in the lab exercise associated with this demo.