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

Embed A Uservoice Widget In An Add-in In Excel For Windows

(* I clean up the initial thread *) I want to add the UserVoice widget to one Excel add-in. I have … Read more Embed A Uservoice Widget In An Add-in In Excel For Windows

Outlook/ie Failing To Run Addins Using Bigint Data Type

Outlook currently uses IE11 as its backend when executing Javascript. Since IE does not fully suppo… Read more Outlook/ie Failing To Run Addins Using Bigint Data Type

Highlight Bindings In A Document

I have an Office Add-in using JavaScript API for Office 1.1. I am trying to highlight bindings in a… Read more Highlight Bindings In A Document

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

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?

(javascript Api 1.3 For Office) Custom Properties Getitemornull

I've created this a couple days ago in which i needed help regarding how to add custom properti… Read more (javascript Api 1.3 For Office) Custom Properties Getitemornull

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

How To Set Custom Settings For Worksheet Using Excel Javascript API?

I can set settings for whole workbook like here: Office.context.document.settings.set('myKey… Read more How To Set Custom Settings For Worksheet Using Excel Javascript API?