Category "office-js"

Two Custom Ribbon Tabs In Same Office Add-In - Excel Javascript

I'm trying to build a second tab in my Excel Add-In and I can't get it to work. I've basically duplicated my first tab and if I delete either tab, they show, bu

How to set outlook addins pinned right away?

I set the SupportsPinning to true for outlook addins by modifying the manifest file as shown below. This allows the pin icon available. By default, the Pin is

Setting defaults in Word API

I am loading a word document using the following code, however, if a previous document has changed any of the default styles, I am inheriting those changed styl

Office Add-in hangs on context.sync() when using wildcards in search

I'm trying to write an office plugin to find all telephone numbers and highlight them. I used the code template from the official documentation to write the fol

Outlook add-in does not work in certain execution environments

I'm having a problem with my product. Does anyone know the cause? And please tell me the solution to this problem. Execution environment  Outlook2019 bui

Disable Outlook Addin JS API

I have an use case where the addin should be enabled on specific machines instead of all the machines automatically. Does bt:Url field in manifest.xml support t

Deploy, host and sideload Excel Office Addin - Error loading add-ins

I've been trying to develop and deploy an Excel Office Addin and I've run into a few issues. I've created an office addin by following the tutorials posted on y

return a Count of emails inside Trash folder

How i can get the count of emails inside Trash folder with outlook web add-ins i try to use EWS xml, but it show an error let xml = '<?xml version="1.0"

Refused to connect in Outlook Web add-in when trying to load any web page url

I am working on Outlook web add-in demo to show my demo add-in option inside the Outlook. So will have a website portal that will work in any browsers.My add-in

Office add in excel- Combination of task pane and udf

i created an office add in for excel (office.js / 365). The add in creates a sheet with a form. The user put values in the sheet, clicks on the button in the ta

Office.js displayDialogAsync error when displayInIframe: false

I'm trying to display, in an outlook web add-in, a dialog from a taskpane using the displayDialogAsync function. At first, I used displayInIframe: true and ever

Excel API 1.1 - error while adding content to table

I'm trying to create an ```Office add-in`` for Excel but encounter the following problem. This occurred after updating de server. Setup: Excel API 1.1 Windows S

Replacing text in a chart title

I'm afraid there's no code in this question, but I'm looking for feedback. I have a VBA addin called FlexFind (https://jkp-ads.com/excel-flexfind.asp) which I a

Outlook "Web Add-in" not appearing on Shared Mailbox, despite SupportsSharedFolders= True

we have this addin: https://appsource.microsoft.com/en-us/product/office/WA200000060 This one on the store is working as expected. As we need to support sharedi

Remove Excel workbook onSelectionChange event

I am working on a Excel Web Add-In using Office.js. I added onSelectionChange event for a workbook and later trying to remove it, but this event still works. He

Office.js | Desktop excel | restrict user to interact with excel or add-ins pane if dialog is open

I am using office.js to create excel add-ins. I do have requirement to open dialog box from task pane and show task pane content in to the dialog box. To show t

OfficeJs - How to display modal dialog

I am using OfficeJs to create word add-in. In that i want to show modal dialog on click on ribbon button. I have used below API Office.context.ui.displayDialogA

ADD-IN ERROR - This add-in cloud not be started. - CRITICAL

I have notice this error happens for ALL modern Outlook Office Add-ins. Searching the net I can also see that many other Modern Outlook Add-ins are having the

word add-in using OfficeJs

We already developed Excel add-in using officejs with RESTful api with Batching in custom Functions. And we wanted to achieve same in Word add-in hence kindly s

Outlook add-in is showing an empty html content upon first load

I am currently building an office 365 add-in on outlook and upon first load the add in is showing an empty html content like so before the whole add in render c