Questions tagged [office-online-server]
40 questions
5
votes
1 answer
WOPI file name with the special characters is not opening the file in the online editor
There is a WOPI client and host which are setup exclusively for one of the web application and the online editor is working smoothly when the file name is proper without any URL reserved characters, but when a file name contains +,#,& signs WOPI…

Mahanthesh Kumbar
- 501
- 2
- 20
4
votes
0 answers
What WOPI API needs to be implemented in order to support createDocument OfficeJs API calls
I am developing a Word Online add-in that is supposed to operate in an environment with a custom WOPI host.
We faced issues with a certain Office JS API which appears not to be supported. But we are struggling with identifying what exactly is…

Alex Look
- 61
- 2
4
votes
1 answer
WOPI Host implementation, trying to render doc in iframe asp.net mvc
I'm trying to get Wopi host implementation in an ASP.NET MVC application.
Using this project
https://code.msdn.microsoft.com/office/Building-an-Office-Web-f98650d6
I don't get any calls hitting my API Controler
Discovery URL

ZCoder
- 2,155
- 5
- 25
- 62
4
votes
1 answer
WOPI Host implementation, trying to render doc in iframe
I'm trying to get Wopi host implementation in Ruby on Rails application.
My domain is whitelisted under CSPP. Trying to get the file contents in iframe, but I just see "Word Online" and a loading gif, I return binary file contents of docx as…

Suhas Giriraj
- 242
- 2
- 11
2
votes
1 answer
How to start for wopi protocol to Integrate with Office for the web? using azure to deploy wopi host
I have a vuejs application in which I want to offer editing documents with office for web. I have looked into official wopi documentation and some existing wopi implementation. The official wopi documentation lacks "How to start". There are few…

yakhtarali
- 432
- 13
- 30
2
votes
1 answer
What WOPI API needs to be implemented in order to support body.insertOoxml OfficeJs API call
I am developing a Word Online add-in that is supposed to operate in an environment with a custom WOPI host.
We faced issues with a certain Office JS API which appears not to be supported on the WOPI host side. But we are struggling with identifying…

Alex Look
- 61
- 2
1
vote
0 answers
Excel Office Online Server - not refreshing CUBEVALUE formula from Office Online Server
I have a setup with Office Online Server linked to SharePoint 2019. In SharePoint I have uploaded an Excel file with a query connection to an SSAS Cube. I also setup parameters in the Browser View Options of Excel. Then I have a CUBEVALUE formula…

Joseph Caruana
- 2,241
- 3
- 31
- 48
1
vote
1 answer
Can I build a Chrome extension that updates an excel Office Online document
I am trying to figure out the best way to automate the gathering and exporting of information from a site I am visiting regularly to a excel sheet. I need to be able to both scrape information from the site as well as input some manually, which is…

Graham Thomas
- 69
- 1
- 6
1
vote
1 answer
Weird / arbitrarily behavior of Collabora Online
So I’ve been experiencing some very strange behavior alongside Collabora Online. Since migrating to a new Collabora Online Server (version 21.11.3), nothing works reliably anymore. All the abnormalities described in the following follow no pattern,…

froehrle
- 11
- 1
1
vote
4 answers
Is it mandatory to sign in with office online account in office for web approach with WOPI Protocol
I have a plan to provide user experience to open and edit excel sheets from my web application for which I am conducting research on the WOPI protocol.
It's shown at many places like we should be a member of the Office 365 partner program for this.…

Vikas Krishnan
- 241
- 2
- 7
1
vote
1 answer
How To Use Script Lab With Word Online
Script Lab states in the description, that it works also with Office Online. How does that work? In Office Online I don't see any possibilities to add the Script Lab app (https://www.office.com/apps):
The above question leads to the two follow-up…

Simon Ferndriger
- 4,455
- 6
- 28
- 53
1
vote
2 answers
Office online server didn't send UNLOCK action when I closed the session
I am trying to integrate Office Online Server with Alfresco. I have deployed Office Online and AD server in my VM. 'View' and 'Edit' action both work well in my system.
But there is some problem when I try to use the collaboration edit. Office…

Jie Pu
- 13
- 3
1
vote
2 answers
Custom WOPI Implementation
I am trying to implement previews(WOPI) for my files stored in local file system. I am trying to implement it using the Office Online Server Farm we have. I used the below code but its calling the "Get" endpoint but after that its not calling the…

gokul731
- 41
- 4
1
vote
1 answer
Office Online Server Error - HTTP Request Forbidden
I am attempting to set up PowerPivot in my SharePoint Server 2016 environment. I get to the point of running New-OfficeWebAppsExcelBIServer and receive an error saying that the HTTP request was forbidden. I run other commands on OOS like…

Andy Wessendorf
- 11
- 4
1
vote
0 answers
MS-WOPI "Save as" feature in office online word
Implemented PUT_RELATIVE_FILE and able to get the all PutRelativeFile tests passing for wopi tests.
But when I check the real document(.docx) file in WOPI office online, I couldn't get the "Save as" option to create a new file from existing…

Suhas Giriraj
- 242
- 2
- 11