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

Is It Possible To Using Custom Properties (javascript Api 1.3 For Office)

I saw the MS Office js api 1.3 document about custom properties. But I can not read any custom prop… Read more Is It Possible To Using Custom Properties (javascript Api 1.3 For Office)

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

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?

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

Is It Possible To Copy Excel Formula Using An Office Add-in?

I have managed to create a fully functioning task pane add-in for Excel 2013 using Visual Studio Pr… Read more Is It Possible To Copy Excel Formula Using An Office Add-in?

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?

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

(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

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

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

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?