Opened 17 years ago
Closed 7 years ago
#1760 closed defect (wontfix)
How to Use Plugin Once Installed
Reported by: | W | Owned by: | ajo |
---|---|---|---|
Priority: | normal | Component: | ExcelReportPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I've installed both pyExcelerator and ExcelReportPlugin, copied excel_report_plugin.py into the plugins directory and restarted Apache. When I refreshed Trac I noticed the file excel_report_plugin.pyc was created in the plugins directory. From there I have no idea how to generate any Excel reports. At the bottom of the query page, "Download in other formats" lists only RSS Feed, Comma-delimited Text, Tab-delimited Text, and SQL Query. I've searched everywhere throughout Trac and can't seem to find out how to use this plugin. Any help is appreciated.
Thanks.
W
Attachments (0)
Change History (4)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
I got the same problem, but even if I add that line into trac.ini file it still dosen't display Excel report link.
Please advice.
comment:3 Changed 16 years ago by
I've got the same issue - installed in a newly created plugins dir. Plugins dir set in trac.ini... modified trac.ini file acces rights to enable web based changes.
Enabling the plugin changed trac.ini: -snip- [components] excel_report_plugin.reporttoexcel = enabled -snip-
But nothing happend in the report view - no Excel link!
comment:4 Changed 7 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Deprecated: use ExcelDownloadPlugin.
Hallo W!
I've stuck with the same problem - the plugin was installed in Plugins folder but Excel report link didn't appear. A luck that I have got WebAdmin plugin in which I descovered a disabled plugin named excel-report-plugin. Once enabled it writes a string like
excel_report_plugin.reporttoexcel = enabled
into [components] section of a project trac.ini file.
After that I've got Excel in "Download in other formats" list.
Best regards,
Chudik.