Allow to download query, report and ticket as Excel file

Description

This plugin allow to download query, report and ticket pages as Excel file.

  • In query and ticket, you are able to download including change history of tickets.
  • In report, ExcelReportPatch is no longer needed to export.

Bugs/Feature Requests

Existing bugs and feature requests for ExcelDownloadPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out ExcelDownloadPlugin from here using Subversion, or browse the source with Trac.

Example

Visit query, report or ticket page in your Trac. Click the Excel or Excel including history links at the bottom of the pages.

Installation

  1. Install xlwt library
    $ easy_install xlwt
    Or
    $ pip install xlwt
    
  2. Install the plugin
    $ easy_install http://trac-hacks.org/svn/exceldownloadplugin/0.12
    
  3. Enable the plugin
    # conf/trac.ini
    [components]
    tracexceldownload.* = enabled
    

Tickets

#10031
Add German translation

Recent Changes

[11587] by jun66j5 on 05/21/12 04:45:21

tracexceldownload: Added Korean translation (fixed #10038)

Contributed by Genie. Thanks.

[11560] by jun66j5 on 05/14/12 16:02:53

tracexceldownload: Added German translation (refs #10031)

Contributed by Steffen Hoffmann. Thanks.

[10903] by jun66j5 on 11/13/11 11:58:40

tracexceldownload: Works with Trac 0.11-stable.

[10652] by jun66j5 on 09/12/11 15:08:57

Uses self.env.abs_href instead of req.abs_href to retrieve [trac] base_url in trac.ini.

Author/Contributors

Author: jun66j5
Maintainer: jun66j5
Contributors: OpenGroove,Inc. and ciklone

Attachments