wiki:ExcelDownloadPlugin

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

assigned status tickets:

#10031
Add German translation

new status tickets:

#10623
[patch] use excel cell type standard for cols with long text content, character replacement
#10624
[patch] cut off text longer than Excel cell restrictions

Recent Changes

[13135] by jun66j5 on 2013-05-15 05:29:44
ExcelDownloadPlugin: don't pass str to east_asian_width()
[12954] by jun66j5 on 2013-04-04 14:28:56
ExcelDownloadPlugin: normalize newline in cell to avoid double-newlines for \r\n on Office for Mac
[12862] by jun66j5 on 2013-04-02 18:36:30
ExcelDownloadPlugin: fixed database error with many custom fields on SQLite and MySQL

Trac currently creates the statement uses one JOIN for each custom field in Query. SQLite and MySQL have the limitation for joine tables. Therefore, database error will occur if custom fields are too many.

Author/Contributors

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

Last modified 10 months ago Last modified on Oct 4, 2012 12:34:50 PM

Attachments (1)

Download all attachments as: .zip