Changes between Version 1 and Version 2 of ExcelDownloadPlugin


Ignore:
Timestamp:
Sep 8, 2011, 3:41:59 AM (13 years ago)
Author:
Jun Omae
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExcelDownloadPlugin

    v1 v2  
    2929Visit query, report or ticket page in your Trac. Click the `Excel` or `Excel including history` links at the bottom of the pages.
    3030
     31[[Image(format-excel.png)]]
     32
    3133== Installation ==
    32  1. Using easy_install
     34 1. Install `xlwt` library
     35{{{
     36$ easy_install xlwt
     37Or
     38$ pip install xlwt
     39}}}
     40 2. Install the plugin
    3341{{{
    3442$ easy_install http://trac-hacks.org/svn/exceldownloadplugin/0.12
    3543}}}
    36  2. Enable the plugin
     44 3. Enable the plugin
    3745{{{
    3846# conf/trac.ini
     
    4957'''Author:''' [wiki:jun66j5] [[BR]]
    5058'''Maintainer:''' [wiki:jun66j5] [[BR]]
    51 '''Contributors:'''
     59'''Contributors:''' [http://www.opengroove.com/ OpenGroove,Inc.] and [http://ciklone.com/ ciklone]