Changes between Initial Version and Version 1 of ExcelDownloadPlugin


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

New hack ExcelDownloadPlugin, created by jun66j5

Legend:

Unmodified
Added
Removed
Modified
  • ExcelDownloadPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Allow to download query, report and ticket as Excel file =
     4
     5== Description ==
     6
     7This plugin allow to download query, report and ticket as Excel file.
     8 * In query and ticket, you are able to download including change history of tickets.
     9 * In report, [wiki:ExcelReportPatch] no longer needed to export.
     10
     11== Bugs/Feature Requests ==
     12
     13Existing bugs and feature requests for ExcelDownloadPlugin are
     14[report:9?COMPONENT=ExcelDownloadPlugin here].
     15
     16If you have any issues, create a
     17[http://trac-hacks.org/newticket?component=ExcelDownloadPlugin&owner=jun66j5 new ticket].
     18
     19== Download ==
     20
     21Download the zipped source from [download:exceldownloadplugin here].
     22
     23== Source ==
     24
     25You can check out ExcelDownloadPlugin from [http://trac-hacks.org/svn/exceldownloadplugin here] using Subversion, or [source:exceldownloadplugin browse the source] with Trac.
     26
     27== Example ==
     28
     29Visit query, report or ticket page in your Trac. Click the `Excel` or `Excel including history` links at the bottom of the pages.
     30
     31== Installation ==
     32 1. Using easy_install
     33{{{
     34$ easy_install http://trac-hacks.org/svn/exceldownloadplugin/0.12
     35}}}
     36 2. Enable the plugin
     37{{{
     38# conf/trac.ini
     39[components]
     40tracexceldownload.* = enabled
     41}}}
     42
     43== Recent Changes ==
     44
     45[[ChangeLog(exceldownloadplugin, 3)]]
     46
     47== Author/Contributors ==
     48
     49'''Author:''' [wiki:jun66j5] [[BR]]
     50'''Maintainer:''' [wiki:jun66j5] [[BR]]
     51'''Contributors:'''