Changes between Version 7 and Version 8 of ExcelXlstViewerPlugin


Ignore:
Timestamp:
Sep 12, 2016, 7:53:41 PM (8 years ago)
Author:
figaro
Comment:

Propagate better plugin naming, remove reference to deprecated plugin

Legend:

Unmodified
Added
Removed
Modified
  • ExcelXlstViewerPlugin

    v7 v8  
    55== Description
    66
    7 This hack allows uploaded Excel files on the Wiki or in tickets to be viewed in the web browser as a 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.
     7This 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.
     8
     9This plugin depends on the openpyxl library.
    810
    911== Bugs/Feature Requests
     
    3133General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3234
    33 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:
     35After 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:
    3436
    3537{{{#!sh
     
    3941== Example
    4042
    41 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. For older files use ExcelViewerPlugin. If it doesn't work confirm 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.
     43Upload 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.
    4244
    4345== Recent Changes