Skip to content

v1.1.10

Latest
Compare
Choose a tag to compare
@Zlatkovsky Zlatkovsky released this 20 Sep 23:18
· 133 commits to release since this release

From version "__for_merging--release--16.0.10917.35450--2018-09-20--3.59pm"


Unpkg CDN URLs

This specific build number:

Builds using this same tag ("release"):

https://unpkg.com/@microsoft/office-js@release/dist/office.js
https://unpkg.com/@microsoft/office-js@release/dist/office.d.ts

IntelliSense

Script Lab:

  • Copy-paste both of the above URLs (office.js and office.d.ts) into the Libraries tab. That's it.

TypeScript-based project:

  1. npm install @microsoft/office-js@1.1.10 (for this specific build number)
  2. At the top of the TS file, add:
    /// <reference path="./node_modules/@microsoft/office-js/dist/office.d.ts" />

VS JavaScript-based project

  • VS 2017: Download the d.ts file from above link and stick it inside your project.
  • VS 2015 or earlier: Under Scripts\_references.js, replace the URL inside /// <reference path="https://appsforoffice.microsoft.com/lib/1/hosted/office.js" /> with the .js (not d.ts) URL above.