
Online Office Functions
by Appian Corporation
Description
End-users will have the ability to edit office documents from an Appian interface and store a new version of the document in Appian after saving the document.
Features
You can use the Web Application Open Platform Interface (WOPI) protocol to integrate Office for the web with your application. The WOPI protocol enables Office for the web to access and change files that are stored in your Appian instance. To integrate your Appian application with Office for the web, you need to have the following:
- An instance of Collabora Online (https://www.collaboraoffice.com/collabora-online/) or access to Microsoft Online Server (https://docs.microsoft.com/en-us/officeonlineserver/office-online-server).
The sample application included in the download package showcases how this plug-in can be used. The function getembeddedofficeurl() can be used to generate a url which can be used in the Web Content Field.
The sample application also includes the following API's which are needed to embed office into an Appian application:
- CheckFileInfo (https://wopi.readthedocs.io/projects/wopirest/en/latest/files/CheckFileInfo.html)
- GetFile (https://wopi.readthedocs.io/projects/wopirest/en/latest/files/GetFile.html)
- PutFile (https://wopi.readthedocs.io/projects/wopirest/en/latest/files/PutFile.html)
Release notes
Security Updates
Version history (10)
2.4.1
Security Updates: Updated json library version Updated Deployment Guide
2.4.0
Security Updates: Updated json library version
2.3
Removed commons-io:2.6 from the build. Now using the commons-io provided by the Appian platform.
2.2
Updated log4j dependency to version 2.17.1
2.1
Replaced document version plugin with the content tools plugin.
2.0
Fixes MS Office issues.
1.2
Fix authorization issue
1.1.1
Fixed missing dependencies in application.
1.1
Added missing plugins to the Deployment Instructions, no changed to the plugin.
1.1
Extended the description and fixed a minor issue. Also it is not a connected system but an Appian function.
Resources
- Download
Online Office Integration Deployment Instructions.docx
Deployment Instructions