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

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

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?

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

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?

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

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

Data Get Render On Desktop Excel Using Office.js, But On Chrome Office 365 Its Give An Error "there Was An Error Processing The Request."

We are using Office js library to render data on excel. There are more than 2000 rows that works fi… Read more Data Get Render On Desktop Excel Using Office.js, But On Chrome Office 365 Its Give An Error "there Was An Error Processing The Request."

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