Version 8 (modified by 10 years ago) (diff) | ,
---|
Contents
Allow to download query, report and ticket as Excel file
Description
This plugin allows to download query, report and ticket pages as an 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.
defect |
9 / 9 |
||
---|---|---|---|
enhancement |
4 / 6 |
Download
Download the zipped source from [download:exceldownloadplugin 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. The latter link is unavailable in the report page.
Installation
- Install pypi:xlwt library:
Or:
easy_install xlwt
pip install xlwt
- Install the plugin:
easy_install http://trac-hacks.org/svn/exceldownloadplugin/0.12
- Enable the plugin in
trac.ini
:; conf/trac.ini [components] tracexceldownload.* = enabled
- Restart your tracd (or web server) if needed.
Tickets
new status tickets:
Recent Changes
- 18652 by jun66j5 on 2024-08-09 21:01:31
-
ExcelDownloadPlugin: make compatible with openpyxl 3.1.3+ (closes #14352)
- 18625 by jun66j5 on 2024-04-02 05:03:21
-
ExcelDownloadPlugin: fix *.xlsx export failing with garbled surrogate characters
- 18504 by jun66j5 on 2023-02-20 02:32:14
-
ExcelDownloadPlugin: update deps in tox.ini
(more)
Author/Contributors
Author: jun66j5
Maintainer: Jun Omae
Contributors: OpenGroove,Inc. and ciklone
Attachments (1)
- format-excel.png (154.4 KB) - added by 14 years ago.
Download all attachments as: .zip