Skip to content Skip to sidebar Skip to footer
Showing posts with the label Office Js

Disable Background On Desktop Excel Using Office Js Displaydialogasync Function

We are using add-in manifest file to run application on taskpane on Desktop office 365. We have use… Read more Disable Background On Desktop Excel Using Office Js Displaydialogasync Function

Context.application Is Undefined When Using Wordapi 1.3

With WordApi 1.3 it should be possible to use the new createDocument method to create new documents… Read more Context.application Is Undefined When Using Wordapi 1.3

Office.js Apps: Excel Cannot Find The Home.html File

I'm trying to learn how to write Office.js apps. I did use the example given here. Manifest fil… Read more Office.js Apps: Excel Cannot Find The Home.html File

How Can I Get The Document Title In Office 365 Javascript Api?

I am writing an office add-in with angularjs, i need to get and set document title (that seen at th… Read more How Can I Get The Document Title In Office 365 Javascript Api?

How To Get 'commands' Button Working In Office Addins?

I have issue that any function I use for button does not work + I don't know how to debug Offic… Read more How To Get 'commands' Button Working In Office Addins?

Why Does My Jquery Getjson Call (within Office.js (excel Js Add-in)) Return An Error?

This javascript within an Office js add-in always fails when making a get request: function update(… Read more Why Does My Jquery Getjson Call (within Office.js (excel Js Add-in)) Return An Error?