We are planning to integrate with Office Online to render Excel files in browser. I understood the overall workflow by going through the documentation but I have a few questions:
- Is the excel file rendering responsive on mobile (both android & iOS)? I understand the file rendering is responsive when viewed in the excel mobile app but the question is mainly about rendering it inside our app which is a hybrid (cordova based - web view) app.
- Can we install Office Online server on-premise when using it for rendering excel files in production mode?
- Do we need to implement authentication given that the application from which the user clicks on the file has authentication mechanism already in place? In this context a related question is do we need to generate access tokens?
- If we go with the Office online server deployment in the microsoft cloud, would it be a dedicated server deployed for our needs? Would it be scalable based on the server load?
Thanks.
access_token
-based authorization, if you want your files secured. The URLs of the files served by a WOPI host are usually pretty easy to guess so if there is notaccess_token
, anyone can see them.