Programming Microsoft Office 365 ★

Open VS Code and click the icon in the Activity Bar. Select Create a New App and then choose Office Add-in . Select Task pane as the feature type.

The interaction between your feature and the Office document happens in taskpane.js : Programming Microsoft Office 365

The toolkit will generate a project configured for Excel, Outlook, PowerPoint, and Word by default. 3. Build the User Interface (HTML/CSS) Open VS Code and click the icon in the Activity Bar

: Located in src/taskpane/ , this file contains the markup for your feature's interface. You can add buttons, input fields, or status displays here. or status displays here.

Scroll to Top