Changes between Version 6 and Version 7 of ExcelXlstViewerPlugin


Ignore:
Timestamp:
Jun 7, 2016, 9:32:19 PM (8 years ago)
Author:
anonymous
Comment:

openpyxl, NOT xlrd

Legend:

Unmodified
Added
Removed
Modified
  • ExcelXlstViewerPlugin

    v6 v7  
    2727== Installation
    2828
    29 First install the openpyxl library: `easy_install xlrd`.
     29First install the openpyxl library: `easy_install openpyxl`.
    3030
    3131General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     
    3939== Example
    4040
    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 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.
     41Upload 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.
    4242
    4343== Recent Changes