| Name | Export to Excel |
|---|---|
| Version | 1.0 |
| Product Versions | Confluence 2.2+ |
| Author(s) | JIRA-Tuning |
| Homepage | www.jira-tuning.com |
| Price | $12.95 |
| Purchase | http://www.jira-tuning.com/confluence/display/SITE/Export+to+Excel |
Description/Features
How often did you think of possibility to export your Confluence tables to MS Excel spreadsheet? Copy-paste doesn't usually work as you expect, and even if it works you have to fix formatting manually. Now these problems are gone - with small Export to Excel plugin you can export entire Confluence table to Excel spreadsheet with single click. Well, it does not produce pure excel file but it allows you to get excel quickly without bothering copy-pasting. Images are not exported.
Installation
- In the 'Administration' section of Confluence, click the Plugin Repository link.
- Click on the 'Upload' tab.
- Use the 'Browse' button to find the plugin jar you wish to install on your harddrive.
- Select the jar file and click 'Open'.
- The plugin will be uploaded from your machine to Confluence, and will be automatically installed.
- Open your confluence installation folder and navigate to /confluence/pages/pageinfo.vm
- Replace
<a href="$req.contextPath/exportword?pageId=$confPage.id" rel="nofollow">$action.getText('msword')</a>
with
<a href="$req.contextPath/exportword?pageId=$confPage.id" rel="nofollow">$action.getText('msword')</a> | <a href="$req.contextPath/plugins/servlet/exportexcel?pageId=$confPage.id" rel="nofollow">Excel</a>
- Enjoy

Usage
- Go to Info tab
- Click 'Excel' link
- Open document in excel
Examples
View plugin demo at plugin page
Version History
| Version | Notes |
|---|---|
| 1.0 | Initial public release |

Comments (1)
Sep 30
Pinjo Paul says:
Looks like the page has expired. Is there an alternate link to download the .jar...Looks like the page has expired. Is there an alternate link to download the .jar file? Thanks