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

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

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

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

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

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

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