How do I export Trac tickets to MS Excel including the ticket description, with formatting? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-05T10:07:59Z http://stackoverflow.com/feeds/question/376609 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/376609/how-do-i-export-trac-tickets-to-ms-excel-including-the-ticket-description-with-f 2 How do I export Trac tickets to MS Excel including the ticket description, with formatting? Ryan Taylor 2008-12-18T01:15:59Z 2009-09-27T18:52:44Z <p>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.</p> http://stackoverflow.com/questions/376609/how-do-i-export-trac-tickets-to-ms-excel-including-the-ticket-description-with-f/376645#376645 0 Answer by Mauricio Scheffer for How do I export Trac tickets to MS Excel including the ticket description, with formatting? Mauricio Scheffer 2008-12-18T01:41:20Z 2008-12-18T01:41:20Z <p>Maybe <a href="http://trac-hacks.org/wiki/ExcelReportPlugin" rel="nofollow">this plugin</a> can help you.</p> http://stackoverflow.com/questions/376609/how-do-i-export-trac-tickets-to-ms-excel-including-the-ticket-description-with-f/552785#552785 1 Answer by raphael-jolivet for How do I export Trac tickets to MS Excel including the ticket description, with formatting? raphael-jolivet 2009-02-16T09:48:49Z 2009-02-16T09:48:49Z <p>Hello,</p> <p>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".</p> <p>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.</p> <p>Hope this helps.</p> http://stackoverflow.com/questions/376609/how-do-i-export-trac-tickets-to-ms-excel-including-the-ticket-description-with-f/1062730#1062730 0 Answer by ANdreaT for How do I export Trac tickets to MS Excel including the ticket description, with formatting? ANdreaT 2009-06-30T09:37:49Z 2009-06-30T09:37:49Z <p>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: &amp;col=description in it, so you will have the description "unformatted" as a table column.</p> <p>Than chose download as Comma Delimited Text, and open it in Excel ;-)</p> <p>HTH</p> http://stackoverflow.com/questions/376609/how-do-i-export-trac-tickets-to-ms-excel-including-the-ticket-description-with-f/1484178#1484178 0 Answer by Ryan Taylor for How do I export Trac tickets to MS Excel including the ticket description, with formatting? Ryan Taylor 2009-09-27T18:52:44Z 2009-09-27T18:52:44Z <p>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.</p>