Changes between Version 11 and Version 12 of ExcelDownloadPlugin


Ignore:
Timestamp:
Aug 7, 2016, 4:52:57 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • ExcelDownloadPlugin

    v11 v12  
    55== Description
    66
    7 This plugin allows you to download Trac query output, reports and ticket pages as an Excel file.
    8  * In query and ticket, you are able to download including change history of tickets.
    9  * In report, [wiki:ExcelReportPatch] is no longer needed to export output.
     7This plugin allows you to download Trac query output, reports and ticket pages as an Excel spreadsheet file. The plugin is dependent on xlwt, which is a Python library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files, on any platform with Python 2.6, 2.6, 3.3+.
     8
     9Key features:
     10 * In the query and ticket screen, you can download all entries including the change history of tickets.
     11 * In the report screen, [wiki:ExcelReportPatch] is no longer needed to export output.
    1012
    1113See also: ExportImportXlsPlugin, ExcelReportPlugin
     
    3133== Installation
    3234
    33  1. Install pypi:xlwt library:
    34 {{{#!sh
     35 1. Install the pypi:xlwt library:
     36 {{{#!sh
    3537easy_install xlwt
    3638}}}
    3739    Or:
    38 {{{#!sh
     40 {{{#!sh
    3941pip install xlwt
    4042}}}
    41  2. Install the plugin:
    42 {{{#!sh
     43 1. Install the plugin:
     44 {{{#!sh
    4345easy_install https://trac-hacks.org/svn/exceldownloadplugin/0.12
    4446}}}
    45  3. Enable the plugin in your `trac.ini` file:
     47 1. Enable the plugin in your `trac.ini` file:
    4648{{{#!ini
    4749[components]
    4850tracexceldownload.* = enabled
    4951}}}
    50  4. Restart your tracd (or web server) if needed.
     52 1. Restart your tracd (or web server) if needed.
    5153
    5254== Example
    5355
    54 Visit query, report or ticket page in your Trac. Click the `Excel` or `Excel including history` links at the bottom of the pages.
     56Visit 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:
    5557
    56 [[Image(format-excel.png,border=1)]]
     58[[Image(format-excel.png,border=2)]]
    5759
    5860'''Note:''' The latter link is unavailable in the report page.