Contents
Import / Export XLS spreadsheets
Description
This plugin allows you to export a ticket list into an Excel spreadsheet file (xls-format) and import the tickets back into the same Trac environment. This Excel file can be modified, but the columns Id and summary must be maintained. To add new tickets, the Id column must stay empty.
This plugin adds a button to the admin panel to allow the export and import of Trac tickets. The dependencies are the Python packages xlwt and xlrd.
See also: TicketImportPlugin, ExcelDownloadPlugin
The main screen looks as follows:
Bugs/Feature Requests
Existing bugs and feature requests for ExportImportXlsPlugin are here.
If you have any issues, create a new ticket.
defect |
4 / 6 |
||
---|---|---|---|
enhancement |
7 / 8 |
||
task |
1 / 1 |
Download
Download the zipped source from here.
Source
You can check out ExportImportXlsPlugin from here using Subversion, or browse the source with Trac.
Installation
- Install the plugin:
$ pip install svn+https://trac-hacks.org/svn/exportimportxlsplugin/0.12/
- Enable the plugin in your
trac.ini
file:[components] importexportxls.* = enabled
- Restart your tracd (or web server) if needed.
Recent Changes
Author/Contributors
Attachments (1)
-
screenshot-importexportxlsplugin-admin.png (117.0 KB) - added by 12 years ago.
Admin page.
Download all attachments as: .zip