Questions tagged [office-web-app]
14 questions
2
votes
2 answers
Office Addin fail to load after swtiching to sharedruntime
I followed Configure your Office Add-in to use a shared JavaScript runtime to configure shared runtime for excel addin.
But, it fail to load
Here is my manifest.xml

Edward
- 28,296
- 11
- 76
- 121
2
votes
2 answers
Is it possible to utilize sessionStorage on desktop outlook-js addins?
TL;DR
I use sessionStorage to communicate between different parts of the addin, code executed when pressing the ribbon button in the compose window, and a dialog which it opens. This works in browser, but on desktop outlook sessionStorage in the…

Noino
- 593
- 4
- 13
1
vote
1 answer
How do I mock the settings attribute of an Office object using the office-addin-mock library?
In order to test this function...
export async function blueBlackToggle() {
try {
await Excel.run(async context => {
const range = context.workbook.getSelectedRange();
let blueBlackToggleNum =…

Sam Diaz
- 51
- 4
1
vote
1 answer
OpenXML - Get add-in manifests on PPT
I have an application and it have two manifest file.
First manifest create a taskpane to office of right side.
Second manifest is a content add-in.
When i run the application it open an empty ppt file and show panes. (one on right side, one on the…

Péter
- 273
- 1
- 10
1
vote
1 answer
How to open a dialogue from an Ribbon button in Outlook web addin?
I am trying to open a dialogue from the ribbon button.
I have added a ribbon button Engagement to the MessageComposeCommandSurface which will execute a function in function-file to open a dialogue

NewtonCode
- 1,322
- 5
- 14
- 25
0
votes
0 answers
How to navigate User to Specific Cell/Sheet/Page at the time of Document Loading in CSPP WOPI Office Solution?
We're trying to implement CSPP WOPI in our App. We're stuck at one point and need your suggestions/support.
Our objective is to open the files in View-Only mode with capability to land a user to specific sheet in the excel.
Let's say there are three…

Mani Wadhwa
- 51
- 1
- 9
0
votes
1 answer
How to return an office document to OfficeOnline from WOPI API?
I am trying to use C# minimal API to develop a WOPI API for office online and on returning file to client i am always getting this error messages:
"Timeout are not supported on this stream".
I am using 'application/octet-stream' HTTP Header.
0
votes
1 answer
How one could deploy a word web add in through GPO
Is there a way to deploy a Word Web add in via GPO on premise.
The user should see the add in directly in the start pane.
We have already set the trusted catalog via GPO for the manifest and it is working, but found so far no way to show the user…

HOV
- 5
- 2
0
votes
1 answer
Authentication in Office addin using ADAL and Dialog API
Unable to authenticate Office add-in using Dialog API and ADAL.
I am trying to authenticate a user using Dialog API and ADAL. The Dialog is opening fine, but I am receiving error that the reply url specified in the request does not match the reply…

AhmedVali
- 185
- 2
- 16
0
votes
2 answers
How to perform some operation on selected text of a word document using Office JS API?
I need to get the selected text from the word document and highlight some specific words of it using Office JavaScript API. I am able to get the selected text so far but unable to highlight the specific words in the selected text.
PS: I am able to…

Ali Hasan
- 174
- 1
- 17
0
votes
1 answer
What is the proper flow of updating addin manifest changes for an admin managed addin?
We recently enabled attribute in the manifest of our addin.
Simply pushing our source code to AWS S3 does not update admin managed addins. The work around seemed to be to remove the admin managed addin and then reinstall the addin…

jchoi76
- 43
- 4
0
votes
1 answer
Developing PowerPoint AddIn, getting Office 365 error
After creating Office Add-In template project, on execution I am getting an error which says application isn't installed in this computer.
What should I have to install? I ave already installed Office Tools from Visual Studio installation.
I have…

Usman
- 2,742
- 4
- 44
- 82
0
votes
1 answer
SharePoint 2013 Office web apps preview not working
I am having issues with the preview of our sharepoint office documents, it is not working, i have checked the OWA Server and the owa services are running . I also checked the binding using Get-SPWOPIBinding and it returned the bindings to the owa…

Page F.P.T
- 653
- 4
- 11
- 24
-2
votes
1 answer
How to embed a read only view excel worksheet into a asp.net site running on an intranet
I have a requirement where Users have to view uploaded excel files on a site running on an intranet, NB the files themselves must be hosted locally.
Solutions I have looked at include.
Using google docs viewer (problem requires a public URL which…

TIMOTHY KASAGA
- 1
- 3