Changes between Version 4 and Version 5 of ExcelDownloadPlugin


Ignore:
Timestamp:
Oct 4, 2012, 10:34:50 AM (12 years ago)
Author:
Jun Omae
Comment:

Add highlight

Legend:

Unmodified
Added
Removed
Modified
  • ExcelDownloadPlugin

    v4 v5  
    3434 1. Install `xlwt` library
    3535{{{
     36#!sh
    3637$ easy_install xlwt
    37 Or
     38}}}
     39    Or
     40{{{
     41#!sh
    3842$ pip install xlwt
    3943}}}
    4044 2. Install the plugin
    4145{{{
     46#!sh
    4247$ easy_install http://trac-hacks.org/svn/exceldownloadplugin/0.12
    4348}}}
    4449 3. Enable the plugin
    4550{{{
    46 # conf/trac.ini
     51#!ini
     52; conf/trac.ini
    4753[components]
    4854tracexceldownload.* = enabled