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?

Width Of Contextual Menu

I am trying to use the command bar of ng-office-ui-fabric, and modify the width of uif-contextextu… Read more Width Of Contextual Menu

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?

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

Get All The Vba Macros Of A Workbook By Javascript Api For Excel

In VBA, we could use for example Wb.VBProject.VBComponents to fetch all the VBA macros of a workboo… Read more Get All The Vba Macros Of A Workbook By Javascript Api For Excel

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?

Office.js Select Text And Replace It With A Contentcontrol

I have the following use case using Office.js: search for some text with body.search() after findi… Read more Office.js Select Text And Replace It With A Contentcontrol

Body.search Issue In Word Desktop

context.document.body.search() is throwing an InvalidArgument exception in Word 2016 for desktops w… Read more Body.search Issue In Word Desktop

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

How To Add Data Validation List In Excel Using Javascript

> I am creating and downloading excel file with data that I have gotten in JSON format. Now I wa… Read more How To Add Data Validation List In Excel Using Javascript

Word Addin Doesn't Work On Word Online

Developing a Word addin were you can pick a docx-file and it gets inserted in the new blank documen… Read more Word Addin Doesn't Work On Word Online

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