This server will be upgraded at 3pm Sydney time on December 3rd (December 2nd, 8pm PST) and will be down for up to 30 minutes.

Export to Excel

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

  1. In the 'Administration' section of Confluence, click the Plugin Repository link.
  2. Click on the 'Upload' tab.
  3. Use the 'Browse' button to find the plugin jar you wish to install on your harddrive.
  4. Select the jar file and click 'Open'.
  5. The plugin will be uploaded from your machine to Confluence, and will be automatically installed.
  6. Open your confluence installation folder and navigate to /confluence/pages/pageinfo.vm
  7. 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>
    
  8. Enjoy

Usage

  1. Go to Info tab
  2. Click 'Excel' link
  3. Open document in excel

Examples

View plugin demo at plugin page

Version History

Version Notes
1.0 Initial public release

Labels

excel excel Delete
contentconverter contentconverter Delete
export export Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  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