Changes between Version 7 and Version 8 of ExcelDownloadPlugin


Ignore:
Timestamp:
Mar 7, 2015, 4:52:17 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • ExcelDownloadPlugin

    v7 v8  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Allow to download query, report and ticket as Excel file =
     3= Allow to download query, report and ticket as Excel file
    44
    5 == Description ==
     5== Description
    66
    7 This plugin allow to download query, report and ticket pages as Excel file.
     7This plugin allows to download query, report 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.
    1010
    11 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1212
    1313Existing bugs and feature requests for ExcelDownloadPlugin are
     
    1717[http://trac-hacks.org/newticket?component=ExcelDownloadPlugin&owner=jun66j5 new ticket].
    1818
    19 == Download ==
     19[[TicketQuery(component=ExcelDownloadPlugin,group=type,format=progress)]]
     20
     21== Download
    2022
    2123Download the zipped source from [download:exceldownloadplugin here].
    2224
    23 == Source ==
     25== Source
    2426
    2527You can check out ExcelDownloadPlugin from [http://trac-hacks.org/svn/exceldownloadplugin here] using Subversion, or [source:exceldownloadplugin browse the source] with Trac.
    2628
    27 == Example ==
     29== Example
    2830
    29 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 report page.//
     31Visit 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.//
    3032
    3133[[Image(format-excel.png,border=1)]]
    3234
    33 == Installation ==
    34  1. Install `xlwt` library
     35== Installation
     36
     37 1. Install pypi:xlwt library:
    3538{{{
    3639#!sh
    37 $ easy_install xlwt
     40easy_install xlwt
    3841}}}
    39     Or
     42    Or:
    4043{{{
    4144#!sh
    42 $ pip install xlwt
     45pip install xlwt
    4346}}}
    44  2. Install the plugin
     47 2. Install the plugin:
    4548{{{
    4649#!sh
    47 $ easy_install http://trac-hacks.org/svn/exceldownloadplugin/0.12
     50easy_install http://trac-hacks.org/svn/exceldownloadplugin/0.12
    4851}}}
    49  3. Enable the plugin
     52 3. Enable the plugin in `trac.ini`:
    5053{{{
    5154#!ini
     
    5457tracexceldownload.* = enabled
    5558}}}
    56  4. Restart your tracd (or web server) if needed
     59 4. Restart your tracd (or web server) if needed.
    5760
    58 == Tickets ==
     61== Tickets
    5962
    6063[[TicketQuery(component=ExcelDownloadPlugin&status!=closed,group=status)]]
    6164
    62 == Recent Changes ==
     65== Recent Changes
    6366
    6467[[ChangeLog(exceldownloadplugin, 3)]]
    6568
    66 == Author/Contributors ==
     69== Author/Contributors
    6770
    6871'''Author:''' [wiki:jun66j5] [[BR]]
    69 '''Maintainer:''' [wiki:jun66j5] [[BR]]
     72'''Maintainer:''' [[Maintainer]] [[BR]]
    7073'''Contributors:''' [http://www.opengroove.com/ OpenGroove,Inc.] and [http://ciklone.com/ ciklone]