[[PageOutline(2-5,Contents,pullout)]] = Viewer for Microsoft Excel XLST files = == Description == 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 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 {{{ application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:xlsx,application/vnd.ms-excel.sheet.macroEnabled.12:xlsm }}} to the mime_map property in trac.ini to tell Trac which types of file work with the plugin. == Bugs/Feature Requests == Existing bugs and feature requests for ExcelXlstViewerPlugin are [report:9?COMPONENT=ExcelXlstViewerPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ExcelXlstViewerPlugin&owner=danrolls new ticket]. == Download == Download the zipped source from [download:excelxlstviewerplugin here]. == Source == You can check out ExcelXlstViewerPlugin from [http://trac-hacks.org/svn/excelxlstviewerplugin here] using Subversion, or [source:excelxlstviewerplugin browse the source] with Trac. == Example == 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. == Recent Changes == [[ChangeLog(excelxlstviewerplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:danrolls] [[BR]] '''Maintainer:''' [wiki:danrolls] [[BR]] '''Contributors:'''