Changes between Version 4 and Version 5 of ExcelXlstViewerPlugin


Ignore:
Timestamp:
Apr 17, 2015, 2:53:29 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • ExcelXlstViewerPlugin

    v4 v5  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Viewer for Microsoft Excel XLST files =
     3= Viewer for Microsoft Excel XLST files
    44
    5 == Description ==
     5== Description
    66
    7 This hack allows uploaded Excel files on the Wiki or in tickets to be viewed in the web browser as a simple HTML table. It allows everybody to easily view the files without Downlading and saving the Excel files and without even requiring Microsoft Excel. It is derived from the ExcelViewerPlugin hack but depends upon the openpyxl library (easy_install xlrd). After installing add
     7This hack allows uploaded Excel files on the Wiki or in tickets to be viewed in the web browser as a simple HTML table. It allows everybody to easily view the files without downloading and saving the Excel files and without even requiring Microsoft Excel. It is derived from the ExcelViewerPlugin hack, but depends upon the openpyxl library (easy_install xlrd). After installing add the following to the ''mime_map'' property in your `trac.ini` file to tell Trac which types of file work with the plugin:
    88
    9 {{{
     9{{{#!sh
    1010application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:xlsx,application/vnd.ms-excel.sheet.macroEnabled.12:xlsm
    1111}}}
    1212
    13 to the ''mime_map'' property in trac.ini to tell Trac which types of file work with the plugin.
    14 
    15 
    16 == Bugs/Feature Requests ==
     13== Bugs/Feature Requests
    1714
    1815Existing bugs and feature requests for ExcelXlstViewerPlugin are
     
    2219[http://trac-hacks.org/newticket?component=ExcelXlstViewerPlugin&owner=danrolls new ticket].
    2320
    24 == Download ==
     21[[TicketQuery(component=ExcelXlstViewerPlugin&group=type,format=progress)]]
     22
     23== Download
    2524
    2625Download the zipped source from [download:excelxlstviewerplugin here].
    2726
    28 == Source ==
     27== Source
    2928
    3029You can check out ExcelXlstViewerPlugin from [http://trac-hacks.org/svn/excelxlstviewerplugin here] using Subversion, or [source:excelxlstviewerplugin browse the source] with Trac.
    3130
    32 == Example ==
     31== Example
    3332
    3433Upload an Excel document from an up-to-date version of Microsoft Excel as an attachment. As long as it is in the new xlst format the plugin will work. For older files use ExcelViewerPlugin. If it doesn't work confirm xlrd is installed correctly by running python and entering "import xlrd". You should see no error. Also ensure that ''mime_map'' is set properly as documented above.
    3534
    36 == Recent Changes ==
     35== Recent Changes
    3736
    3837[[ChangeLog(excelxlstviewerplugin, 3)]]
    3938
    40 == Author/Contributors ==
     39== Author/Contributors
    4140
    4241'''Author:''' [wiki:danrolls] [[BR]]
    43 '''Maintainer:''' [wiki:danrolls] [[BR]]
     42'''Maintainer:''' [[Maintainer]] [[BR]]
    4443'''Contributors:'''