Changes between Initial Version and Version 1 of ExcelXlstViewerPlugin


Ignore:
Timestamp:
Feb 26, 2012, 8:26:50 PM (12 years ago)
Author:
Daniel Rolls
Comment:

New hack ExcelXlstViewerPlugin, created by danrolls

Legend:

Unmodified
Added
Removed
Modified
  • ExcelXlstViewerPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Viewer for Microsoft Excel XLST files =
     4
     5== Description ==
     6
     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 easilly 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
     8
     9application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:xlsx,application/vnd.ms-excel.sheet.macroEnabled.12:xlsm
     10
     11to the mime_map property in trac.ini to tell Trac which types of file work with the plugin.
     12
     13
     14== Bugs/Feature Requests ==
     15
     16Existing bugs and feature requests for ExcelXlstViewerPlugin are
     17[report:9?COMPONENT=ExcelXlstViewerPlugin here].
     18
     19If you have any issues, create a
     20[http://trac-hacks.org/newticket?component=ExcelXlstViewerPlugin&owner=danrolls new ticket].
     21
     22== Download ==
     23
     24Download the zipped source from [download:excelxlstviewerplugin here].
     25
     26== Source ==
     27
     28You can check out ExcelXlstViewerPlugin from [http://trac-hacks.org/svn/excelxlstviewerplugin here] using Subversion, or [source:excelxlstviewerplugin browse the source] with Trac.
     29
     30== Example ==
     31
     32Upload 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.
     33
     34== Recent Changes ==
     35
     36[[ChangeLog(excelxlstviewerplugin, 3)]]
     37
     38== Author/Contributors ==
     39
     40'''Author:''' [wiki:danrolls] [[BR]]
     41'''Maintainer:''' [wiki:danrolls] [[BR]]
     42'''Contributors:'''