Modern Importer & Exporter for Confluence - User Guide
Table of Contents
- Introduction
- Features Overview
- Getting Started
- Export Content
- Import Content
- Supported Formats
- Best Practices
- Troubleshooting
- FAQ
Introduction
Modern Importer & Exporter for Confluence makes it easy to export and import your Confluence content. Export pages with their images included, import Word documents, spreadsheets, or entire folder structures, and choose from multiple formats — all with a native Confluence look and feel.
Key Benefits
- Images and attachments included — exports bundle images alongside your content
- Multi-format export — choose Word, Markdown, HTML, JSON, or XML (or all at once)
- Word and spreadsheet import — import DOCX, XLSX, CSV, Markdown, HTML, and JSON files
- Folder import — drag a ZIP to import whole folder structures with hierarchy preserved
- Native Confluence experience — redesigned with Atlaskit components, dark mode support
- Step-by-step wizard — guided 3-step flow for both import and export
- Real-time feedback — track progress and see per-file results
Features Overview
Export
- Browse and select pages from any space
- Export to one format or bundle multiple formats in a single ZIP
- Images are downloaded and included in the export
- Organized by space with a manifest file listing everything exported
Import
- Drag and drop files or a ZIP archive
- Folder structures are preserved with a tree preview
- 3-step wizard: upload files, choose target space, review and confirm
- Per-file success/error results
Two Ways to Access
- Global Page: Apps > Modern Importer & Exporter — full wizard experience
- Content Action: Right-click any page or blog post — quick single-item export/import
Getting Started
Installation
- Install from the Atlassian Marketplace
- The app appears in two places:
- Global Page: Apps > Modern Importer & Exporter for Confluence
- Content Action: Right-click menu on any page or blog post
First Use
- Navigate to Apps > Modern Importer & Exporter for Confluence
- You'll see tabs for Export and Import
- Try a small test export to get familiar with the flow
Export Content
From the Global Page
Step 1: Select a Space
- Choose a space from the dropdown
- Browse the content table showing pages and blog posts
- Check the items you want to export
Step 2: Choose Formats
- Select one or more export formats:
- Word (DOCX) — for editing in Word, Pages, or Google Docs
- Markdown — for technical docs and GitHub wikis
- HTML — for web publishing
- JSON — for data processing or Confluence re-import
- Multiple formats are bundled together in one ZIP
Step 3: Export
- Click Export
- Progress is shown inline
- The ZIP downloads automatically when done
- Open the ZIP to find content organized by space, with images in an
attachments/folder
What's in the Export ZIP
confluence-export-SpaceName-formats-date.zip
├── MARKDOWN/
│ └── SpaceName/
│ ├── Page-Title.md
│ └── attachments/
│ └── image.png
├── DOCX/
│ └── SpaceName/
│ └── Page-Title.docx
├── ADF-JSON/
│ └── SpaceName/
│ └── Page-Title.json
└── export-manifest.json
From the Content Action (Quick Export)
- Right-click any page or blog post
- Select Modern Importer & Exporter
- Choose your format and click Export
- Download starts automatically
Import Content
From the Global Page
Step 1: Upload Files
- Switch to the Import tab
- Drag files or a ZIP onto the drop zone, or click to browse
- For ZIP files, you'll see a folder tree preview
- Supported formats: JSON, Markdown, HTML
Step 2: Choose Target Space
- Select the Confluence space to import into
- Review the list of files to be imported
Step 3: Review and Confirm
- See a summary of what will be imported
- Click Import
- Watch per-file results (success or error for each item)
From the Content Action (Quick Import)
- Right-click the target page or blog post
- Select Modern Importer & Exporter
- Switch to the Import tab
- Upload a file and choose import mode:
- Override — replace existing content
- Append — add imported content at the end
- Click Import
Supported Formats
Export Formats
| Format | File Extension | Best For |
|---|---|---|
| Word (DOCX) | .docx | Editing in Word, Pages, Google Docs |
| Markdown | .md | Technical docs, GitHub wikis, static sites |
| HTML | .html | Web publishing, email templates |
| JSON (ADF) | .json | Backups, data processing, re-importing to Confluence |
| XML | .xml | Data interchange, structured content processing |
Import Formats
| Format | Notes |
|---|---|
| Word (DOCX) | Headings, lists, tables, images preserved |
| Markdown | Basic formatting converted to Confluence format |
| HTML | Web content converted to Confluence format |
| JSON (ADF) | Best compatibility — native Confluence format |
| XML | Structured content converted to Confluence format |
| Excel (XLSX) | Spreadsheet rows imported as table data |
| CSV | Comma-separated data imported as table content |
| ZIP | Bundle of files — folder structure preserved |
What Gets Preserved
- Headings, paragraphs, lists (ordered and unordered, including nested)
- Tables with rows and cells
- Bold, italic, and other text formatting
- Links and images (including inline images from Word documents)
- Panels and info blocks
- Folder hierarchy (when importing ZIP archives)
Best Practices
Before Exporting
- Start with a small test export (5-10 pages)
- Check that you have access to the source spaces
- Choose formats based on your use case:
- Re-importing to Confluence? Use JSON
- Editing in Word? Use DOCX
- Publishing online? Use HTML or Markdown
Before Importing
- Back up existing content if using override mode
- Test with a non-critical space first
- Use JSON format for best compatibility
- Keep individual files under 10 MB
For Large Operations
- Export in batches of 50-100 pages
- Export each space separately for better organization
- Close other browser tabs during large operations
- Use a stable internet connection
Troubleshooting
Export Issues
Export fails with "Permission denied"
- Verify you have read access to the selected spaces
- Check space permissions in Confluence settings
Images missing from export
- Ensure the page actually has attached images
- Check that images are Confluence attachments (not external URLs)
- The export manifest includes attachment debug info — check
export-manifest.json
Downloaded ZIP is corrupted
- Retry the export
- Check your internet connection
- Try exporting a single format instead of multiple
DOCX looks wrong in Word/Pages
- Body text should render at 11pt — if not, ensure you're using the latest app version
- Complex macros and layouts may be simplified
Import Issues
Import fails with "Invalid format"
- Verify the file format is supported (JSON, Markdown, HTML)
- Check the file isn't corrupted
- For ZIP imports, ensure files inside are in supported formats
Content looks different after import
- Some formatting may not translate perfectly from Markdown/HTML
- JSON (ADF) format gives the best results for Confluence re-import
FAQ
Can I export images and attachments?
Yes. Images attached to Confluence pages are downloaded and bundled in an attachments/ folder inside the export ZIP for all formats.
Can I import folder structures? Yes. Upload a ZIP file and the folder hierarchy is preserved. You'll see a tree preview before confirming the import.
What's the maximum number of pages I can export at once? We recommend batches of 50-100 pages for optimal performance. Larger batches may be slower but will complete.
Can I export from multiple spaces at once? Yes. Select content from multiple spaces and export everything together. The ZIP is organized by space.
Are page permissions preserved? No. Permissions are not exported/imported. Set permissions manually after importing.
Does it work in dark mode? Yes. The app follows your Confluence theme — light or dark.
Can I cancel an export/import? Currently operations run to completion. Plan exports in manageable batches.
Version: 3.1.0 Last Updated: May 2026