You have successfully added an app for Office. To make use of Office functionality and styling for a given HTML page, add the following references to the page's
section, adjusting relative paths as necessary: Note that the Office initialize function must be called before any JavaScript interaction with the Office API (once per page): Office.initialize = function (reason) { $(document).ready(function () { // Add initialization logic here. }); };