This app allows users to create, view, and edit office documents directly within Confluence using ONLYOFFICE Docs.
The app allows to:
For viewing: * WORD: DOC, DOCM, DOCX, DOT, DOTM, DOTX, EPUB, FB2, FODT, HTM, HTML, HWP, HWPX, MD, MHT, MHTML, ODT, OTT, PAGES, RTF, STW, SXW, TXT, WPS, WPT, XML * CELL: CSV, ET, ETT, FODS, NUMBERS, ODS, OTS, SXC, XLS, XLSM, XLSX, XLT, XLTM, XLTX * SLIDE: DPS, DPT, FODP, KEY, ODG, ODP, OTP, POT, POTM, POTX, PPS, PPSM, PPSX, PPT, PPTM, PPTX, SXI * PDF: DJVU, DOCXF, OFORM, OXPS, PDF, XPS * DIAGRAM: VSDM, VSDX, VSSM, VSSX, VSTM, VSTX
For editing: * WORD: DOCM, DOCX, DOTM, DOTX * CELL: XLSB, XLSM, XLSX, XLTM, XLTX * SLIDE: POTM, POTX, PPSM, PPSX, PPTM, PPTX * PDF: PDF
For editing with possible loss of information: * WORD: EPUB, FB2, HTML, ODT, OTT, RTF, TXT * CELL: CSV, ODS, OTS * SLIDE: ODP, OTP
For converting to Office Open XML formats: * WORD: DOC, DOCM, DOCX, DOT, DOTM, DOTX, EPUB, FB2, FODT, HTM, HTML, HWP, HWPX, MD, MHT, MHT, MHTML, ODT, OTT, PAGES, RTF, STW, SXW, TXT, WPS, WPT, XML * CELL: CSV, ET, ETT, FODS, NUMBERS, ODS, OTS, SXC, XLS, XLSB, XLSM, XLSX, XLT, XLTM, XLTX * SLIDE: DPS, DPT, FODP, KEY, ODG, ODP, OTP, POT, POTM, POTX, PPS, PPSM, PPSX, PPT, PPTM, PPTX, SXI * PDF: DOCXF, OXPS, PDF, XPS
Ensure ONLYOFFICE Docs is running and accessible to both Confluence and users' browsers. The server must also be able to POST updates back to Confluence.
Community Edition vs Enterprise Edition comparison can be found here.
Use ONLYOFFICE Docs Cloud if you prefer not to maintain your own server — no installation or configuration required.
Upload the compiled target/onlyoffice-confluence-plugin.jar to Confluence on the Manage add-ons page.
The latest compiled package files are available here and on Atlassian Marketplace.
You could also install the app from Confluence administration panel:
Manage add-ons page.Find the uploaded ONLYOFFICE Connector on the Manage add-ons page. Click Configure and enter the name of the server with ONLYOFFICE Docs installed:
http://documentserver/
Configuration settings include JWT, enabled by default to protect the editors from unauthorized access. If setting a custom secret key, ensure it matches the one in the ONLYOFFICE Docs config file for proper validation.
You will need:
Get a submodule:
git submodule update --init --recursive
Compile package:
atlas-package
The ONLYOFFICE app follows the API documented here:
Edit in ONLYOFFICE action./plugins/servlet/onlyoffice/doceditor?attachmentId=$attachment.id).callback URL letting Confluence know that the clients have finished editing the document and closed it.ONLYOFFICE offers different versions of its online document editors that can be deployed on your own servers.
onlyoffice-documentserver package)onlyoffice-documentserver-ee package)The table below will help you to make the right choice.
| Pricing and licensing | Community Edition | Enterprise Edition |
|---|---|---|
| Get it now | Start Free Trial | |
| Cost | FREE | Go to the pricing page |
| Number of users | up to 20 recommended | As in chosen pricing plan |
| License | GNU AGPL v.3 | Proprietary |
| Support | Community Edition | Enterprise Edition |
| Documentation | Help Center | Help Center |
| Standard support | GitHub or Community | 1 or 3 years support included |
| Premium support | Contact us | Contact us |
| Services | Community Edition | Enterprise Edition |
| Conversion Service | + | + |
| Live Viewer | + | + |
| Document Builder Service | - | - |
| Automation API | - | - |
| Interface | Community Edition | Enterprise Edition |
| Tabbed interface | + | + |
| Dark theme | + | + |
| 125%, 150%, 175%, 200% scaling | + | + |
| White Label | - | - |
| Integrated test example (node.js) | + | + |
| Admin Panel | - | + |
| Mobile web editors | - | +* |
| Plugins & Macros | Community Edition | Enterprise Edition |
| Plugins | + | + |
| Macros | + | + |
| Collaborative capabilities | Community Edition | Enterprise Edition |
| Two co-editing modes | + | + |
| Comments | + | + |
| Built-in chat | + | + |
| Review and tracking changes | + | + |
| Display modes of tracking changes | + | + |
| Version history | + | + |
| Document Editor features | Community Edition | Enterprise Edition |
| Font and paragraph formatting | + | + |
| Object insertion | + | + |
| Adding Content control | + | + |
| Editing Content control | + | + |
| Layout tools | + | + |
| Table of contents | + | + |
| Navigation panel | + | + |
| Mail Merge | + | + |
| Comparing documents | + | + |
| Multipage View | + | + |
| Spreadsheet Editor features | Community Edition | Enterprise Edition |
| Font and paragraph formatting | + | + |
| Object insertion | + | + |
| Functions, formulas, equations | + | + |
| Table templates | + | + |
| Pivot tables | + | + |
| Data validation | + | + |
| Conditional formatting | + | + |
| Sparklines | + | + |
| Sheet Views | + | + |
| Solver | + | + |
| Presentation Editor features | Community Edition | Enterprise Edition |
| Font and paragraph formatting | + | + |
| Object insertion | + | + |
| Transitions | + | + |
| Animations | + | + |
| Presenter mode | + | + |
| Notes | + | + |
| Slide Master | + | + |
| Form creator features | Community Edition | Enterprise Edition |
| Adding form fields | + | + |
| Form preview | + | + |
| Saving as PDF | + | + |
| Role-matching colors for fields | + | + |
| PDF Editor features | Community Edition | Enterprise Edition |
| Text editing and co-editing | + | + |
| Work with pages (adding, deleting, rotating) | + | + |
| Inserting objects (shapes, images, hyperlinks, etc.) | + | + |
| Text annotations (highlight, underline, cross out, stamps) | + | + |
| Redact | + | + |
| Comments | + | + |
| Freehand drawings | + | + |
| Form filling | + | + |
| Get it now | Start Free Trial |
* If supported by DMS.
$ claude mcp add onlyoffice-confluence \
-- python -m otcore.mcp_server <graph>