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

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?

Can Office-js Trigger A Vba Workbook Or Worksheet Event Procedure?

I'm trying to see if there is a way to do something in Office-JS that would trigger an event pr… Read more Can Office-js Trigger A Vba Workbook Or Worksheet Event Procedure?

Is There A Way To Bind Word Content Controls To A Custom Xml Part Using Office-js?

I'm pretty new to the Office.js/Word.js features. Trying to determine if there is there a way t… Read more Is There A Way To Bind Word Content Controls To A Custom Xml Part Using Office-js?

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

Error When Trying To Edit Created Document With Context.application.createdocument

I am developing an office web addin, and running in Word Online. I am trying to edit a document tha… Read more Error When Trying To Edit Created Document With Context.application.createdocument

Office Js Custom Xml

I am trying to implement Custom XML parts feature in Office js. While creating custom XML part in … Read more Office Js Custom Xml