I need to export over a hundred documents from Confluence. When I use the Export to Word option from the dropdown menu, the files are saved as **Single File Web Pages (.mht, .mhtml) instead of Word documents.
Is there a way to export Confluence pages directly as .docx (Microsoft Word) files?
Manually exporting and saving each document one by one is highly time-consuming and inefficient.
The Scroll Word Exporter app can export Confluence pages to standard DOCX files.
Plus, to solve the bulk export part of the problem, this app also offers a public REST API, which means that you can write a simple script that will iterate over the pages to export, pass them to this REST API one by one, and receive a DOCX file for each page.
@El A convoluted solution that may save you time:
For each Space that contains pages you want to export:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @El
This behavior is expected. When exporting pages from Confluence using Export to Word, the files are saved in a specific Word file format.
According to Atlassian’s official documentation, these exported Word files can only be opened in Microsoft Word they are not compatible with Open Office, Libre Office, or Google Docs.
To export and open the files correctly, make sure you have Microsoft Word (desktop version) installed on your computer.
Export a space's content as Word, PDF, or data files
Hope it helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Currently there is no direct .docx export in Confluence Cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.