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 |
3 / 5 |
||
---|---|---|---|
enhancement |
5 / 6 |
||
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
General instructions on installing Trac plugins can be found on the TracPlugins page.
Feedback
Recent Changes
- 17517 by rjollos on 2019-09-24 23:06:40
-
0.1.9: Add project URL
- 14788 by rjollos on 2015-07-11 22:17:39
-
0.1.9: Add installation requirements to
setup.py
.
Fixes #12418.
- 13359 by ben_12 on 2013-08-21 12:46:03
-
Set excel cell number format to "@" for text and longtext.
So, if the excel file has been edited, the text cells with number characters are not imported as number (ex: "12" text is imported as "12" and not as "12.0").
(more)
Author/Contributors
Attachments (1)
-
screenshot-importexportxlsplugin-admin.png (117.0 KB) - added by 7 years ago.
Admin page.
Download all attachments as: .zip