vote up 2 vote down star

I need to be able to export Trac tickets from a report or custom query to Excel, including the ticket description. The catch is that the description must be formatted as defined by the wiki syntax rather than displaying the raw text.

flag

78% accept rate

4 Answers

vote up 1 vote down

Hello,

I've had the same issue. I've tried ExcelExportPlugin, but it is not better than exporting in CSV. In particular, it doesn't format the "description".

I've had better luck saving the whole HTML report, isolating the html table, and importing it as html file in Excel : It keeps well all the formatting.

Hope this helps.

link|flag
I tried this too, unfortunately it was not able to handle importing bulleted lists or images well. It seems complex formatting is not well supported inside a single cell. – Ryan Taylor Feb 27 at 0:15
vote up 0 vote down

Maybe this plugin can help you.

link|flag
The ExcelReportPlugin requires ReportPluginPatch, however the only available ReportPluginPatch if for 0.10.4. We are running 0.11. Will this patch work with 0.11? – Ryan Taylor Dec 18 '08 at 12:02
No idea. Make a backup and try it :). or try patching it manually, it's a very small patch (trac-hacks.org/attachment/wiki/…) – Mauricio Scheffer Dec 18 '08 at 13:50
I tried using the ExcelReportPlugin but it works only for reports created using SQL which means that it does not work when creating a custom query. Additionally, it exports the description text as raw text rather than in nicely formatted HTML. – Ryan Taylor Dec 18 '08 at 14:55
vote up 0 vote down

Hi, you can just go to "View Tickets" and chose "Custom Query" there you select all the columns you want to see. There will not be a "Description" column, cause it could be wiki formatted, therefore it is available only as a "row" option. But you can still edit the query manually, and add a: &col=description in it, so you will have the description "unformatted" as a table column.

Than chose download as Comma Delimited Text, and open it in Excel ;-)

HTH

link|flag
vote up 0 vote down check

Unfortunately, it does not appear possible export the tickets to MS Excel, including proper formatting of the ticket description. This appears to be more of a limitation with Excel (HTML formatting w/in a cell) than with Trac itself.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.