Category "office-js"

HTML in OneNote Add-in API

I've created my own OneNote Add-in using Nodejs. I am having two issues. I've searched high and low and haven't found a solution. My add-in adds a new outlin

How to identify the Excel Sheet changed event in office js api?

We have an Excel office js add-in written on angular. It has different functionalities based on the sheet the user is in. When users switch the sheets of excel,

Downloading Email body and attchments in .MSG format in Web Outlook

Is it possible to download email body and attachments in a file in .MSG format in Outlook Web? I am working on an Outlook 365 Web addin and I require to downl

Office JavaScript API: track changes

I'm working on a side project using the Microsoft Office JavaScript APIs and have gotten stuck on something I don't see mentioned in the documentation. Is ther

I couldn't find a topic or hint for creating subtasks or nested tasks in Outlook Task

Is it possible to add a sub-task to Outlook, or do we need an additional addin to do so? I tried to look into it, but I couldn't find any information about it.

Is there any way to add Tags to the slide from Power Point web add-in?

We know we can add the Tags attributes to the slide from "windows PowerPoint add-in". But we couldn't find that option in web add-in. Is there any way to add t

Open a task pane programmatically in OfficeJS

We can write action element in Menifest file to open a task pane: <Action xsi:type="ShowTaskpane"> <SourceLocation resid="readTaskPaneUrl" /> &

Getting a range's surrounding text in Office-js

I have code that finds text in Word and stores the resulting ranges in an array. I am able to navigate the matching result using the array of ranges. I also w

Where does Microsoft Office Add-ins manifest get locale from?

I have a Word add-in defined by a manifest xml file with the following overriding: <DefaultLocale>en-AU</DefaultLocale> <DisplayName DefaultValue