Skip to content

Instantly share code, notes, and snippets.

@davecra
Created January 23, 2020 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davecra/8d1e59a343e90c3d4bdf0d8c484f61af to your computer and use it in GitHub Desktop.
Save davecra/8d1e59a343e90c3d4bdf0d8c484f61af to your computer and use it in GitHub Desktop.
Preview API CDN
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<title>My OfficeJS Add-in</title>
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.9.1.min.js" type="text/javascript"></script>
<!--<script src="https://appsforoffice.microsoft.com/lib/1/hosted/office.js" type="text/javascript"></script>-->
<!-- PREVIEW API CDN -->
<script src="https://appsforoffice.microsoft.com/lib/preview/hosted/Office.js" type="text/javascript"></script>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment