Changes between Version 8 and Version 9 of ExcelXlstViewerPlugin


Ignore:
Timestamp:
Dec 13, 2016, 10:49:31 PM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • ExcelXlstViewerPlugin

    v8 v9  
    77This plugin allows uploaded Excel files on the Wiki or in tickets to be viewed in the web browser as a HTML table. It allows users to easily view the files without downloading and saving the Excel files and without even requiring Microsoft Excel.
    88
    9 This plugin depends on the openpyxl library.
     9As a use case, upload 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. If it doesn't work, then verify that openpyxl is installed correctly by running Python and entering "import openpyxl". You should see no error. Also ensure that ''mime_map'' is set properly as documented in the Installation steps.
     10
     11This plugin depends on the [https://openpyxl.readthedocs.io/en/default/ openpyxl] library, which itself is MIT/Expat licensed.
    1012
    1113== Bugs/Feature Requests
     
    3335General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3436
     37== Configuration
     38
    3539After installation add the following to the ''mime_map'' property in your `trac.ini` file to tell Trac which types of file work with the plugin:
    3640
     
    3943}}}
    4044
    41 == Example
    42 
    43 Upload 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. If it doesn't work, then verify that openpyxl is installed correctly by running Python and entering "import openpyxl". You should see no error. Also ensure that ''mime_map'' is set properly as documented above.
     45To make this plugin work on Trac 0.12, use the workaround described [th:#9945 here].
    4446
    4547== Recent Changes