Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
158 views

I have an Outlook web add-in which reads the currently selected email from Exchange Server, using the Graph API, before doing further processing on it. The relevant code is: private static async Task&...
Christian Hayter's user avatar
1 vote
0 answers
68 views

We have developed a Word Add-in using Angular and are currently using OfficeJS for performing Word-related operations. We want to programmatically access the manifest version (i.e., the version ...
Suhas Parameshwara's user avatar
0 votes
0 answers
77 views

I have an Add-in created for Outlook Web which adds headers to emails in order to send them securely. It operated both through Task Pane and on the OnSend functionality of Outlook Web. When pressing ...
Victor Calarasu's user avatar
1 vote
0 answers
91 views

I'm developing a Word web add-in with a task pane and dialog using office-js. The task pane functionality works perfectly when I sideload the add-in locally. Here’s the relevant part of my manifest ...
Abhishek Katariya's user avatar
1 vote
0 answers
29 views

I'm developing an Outlook add-in where I need to open a .docx file stored on a cloud server directly in Microsoft Word, specifically in edit mode. The process involves the following steps: I open an ...
user16279382's user avatar
1 vote
1 answer
106 views

I want to change the text af a paragraph. Thought it is totally simple - until there was a table. Actually it is just one line of code: activeDocument.Paragraphs[2].Range.Text = "abcd" + &...
Dgo's user avatar
  • 55
0 votes
0 answers
66 views

I'm trying to figure out if it's possible to execute code in my task pane without rendering the task pane. I've reviewed all the relevant documentation here: https://learn.microsoft.com/en-us/office/...
Nick's user avatar
  • 51
-1 votes
1 answer
291 views

I'm trying to push my Word plugin to AppSource: I followed the documentation and created an account on the Microsoft Partner Program: https://learn.microsoft.com/en-us/office/dev/add-ins/publish/...
Dat Tran's user avatar
  • 2,402
0 votes
0 answers
40 views

I'm trying to close a workbook in the web and have the browser tab just close. I'm making the following calls to do this: Excel.run(async context => { context.workbook.isDirty = ...
Nick's user avatar
  • 51
0 votes
1 answer
149 views

I'm working on a Excel JavaScript task pane. I inherited this project so a lot of the basic infrastructure was already built out when I started working on this. I've got a working development ...
Nick's user avatar
  • 51
0 votes
0 answers
149 views

I'm having issues with the PowerApps Office Add-in for Excel. I'm unable to make a connection to my existing environments and it fails with error Call to retrieve environments available for user has ...
Heena's user avatar
  • 1,793
0 votes
1 answer
96 views

I am using Outlook add in REST call to get attachment details. But I am receiving an error that says: { "error": { "code": "RequestBroker--ParseUri", "message": ...
Pearl's user avatar
  • 1