Changes between Version 14 and Version 15 of ExcelDownloadPlugin


Ignore:
Timestamp:
Jan 27, 2017, 11:06:02 PM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • ExcelDownloadPlugin

    v14 v15  
    55== Description
    66
    7 This plugin allows you to download Trac query output, reports and ticket pages as an Excel spreadsheet file. The plugin creates spreadsheet using [PyPI:openpyxl] or [PyPI:xlwt] library.
     7This plugin allows you to download Trac query output, reports and ticket pages as an Excel spreadsheet file. The plugin creates spreadsheets using [PyPI:openpyxl] or [PyPI:xlwt] library, both of which are open source licensed.
    88
    99Key features:
    1010 * In the query and ticket screen, you can download all entries including the change history of tickets.
     11
     12To use this plugin, visit the query, report or ticket page in your Trac installation. Click the `Excel` or `Excel including history` links at the bottom of the pages to initiate an export to an Excel spreadsheet file:
     13
     14[[Image(format-excel.png,border=2)]]
     15
     16'''Note:''' The latter link is unavailable in the report page.
    1117
    1218See also: ExportImportXlsPlugin, ExcelReportPlugin
     
    6268 1. Restart your tracd (or web server) if needed.
    6369
    64 == Example
    65 
    66 Visit the query, report or ticket page in your Trac installation. Click the `Excel` or `Excel including history` links at the bottom of the pages to initiate an export to an Excel spreadsheet file:
    67 
    68 [[Image(format-excel.png,border=2)]]
    69 
    70 '''Note:''' The latter link is unavailable in the report page.
    71 
    7270== Recent Changes
    7371