Changes between Version 8 and Version 9 of ExcelDownloadPlugin


Ignore:
Timestamp:
Aug 6, 2015, 11:34:21 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • ExcelDownloadPlugin

    v8 v9  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Allow to download query, report and ticket as Excel file
     3= Download query output, reports and tickets as an Excel file
    44
    55== Description
    66
    7 This plugin allows to download query, report and ticket pages as an Excel file.
     7This plugin allows you to download Trac query output, reports and ticket pages as an Excel file.
    88 * In query and ticket, you are able to download including change history of tickets.
    99 * In report, [wiki:ExcelReportPatch] is no longer needed to export.
     
    1515
    1616If you have any issues, create a
    17 [http://trac-hacks.org/newticket?component=ExcelDownloadPlugin&owner=jun66j5 new ticket].
     17[/newticket?component=ExcelDownloadPlugin new ticket].
    1818
    1919[[TicketQuery(component=ExcelDownloadPlugin,group=type,format=progress)]]
     
    2727You can check out ExcelDownloadPlugin from [http://trac-hacks.org/svn/exceldownloadplugin here] using Subversion, or [source:exceldownloadplugin browse the source] with Trac.
    2828
    29 == Example
    30 
    31 Visit query, report or ticket page in your Trac. Click the `Excel` or `Excel including history` links at the bottom of the pages. //The latter link is unavailable in the report page.//
    32 
    33 [[Image(format-excel.png,border=1)]]
    34 
    3529== Installation
    3630
    3731 1. Install pypi:xlwt library:
    38 {{{
    39 #!sh
     32{{{#!sh
    4033easy_install xlwt
    4134}}}
    4235    Or:
    43 {{{
    44 #!sh
     36{{{#!sh
    4537pip install xlwt
    4638}}}
    4739 2. Install the plugin:
    48 {{{
    49 #!sh
     40{{{#!sh
    5041easy_install http://trac-hacks.org/svn/exceldownloadplugin/0.12
    5142}}}
    52  3. Enable the plugin in `trac.ini`:
    53 {{{
    54 #!ini
    55 ; conf/trac.ini
     43 3. Enable the plugin in your `trac.ini` file:
     44{{{#!ini
    5645[components]
    5746tracexceldownload.* = enabled
    5847}}}
    5948 4. Restart your tracd (or web server) if needed.
     49
     50== Example
     51
     52Visit query, report or ticket page in your Trac. Click the `Excel` or `Excel including history` links at the bottom of the pages.
     53
     54[[Image(format-excel.png,border=1)]]
     55
     56'''Note:''' The latter link is unavailable in the report page.
    6057
    6158== Tickets