wiki:ExcelXlstViewerPlugin

Version 10 (modified by Ryan J Ollos, 7 years ago) (diff)

Suggest pip.

Viewer for Microsoft Excel XLST files

Description

This 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.

As 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.

This plugin depends on the openpyxl library, which itself is MIT/Expat licensed.

Bugs/Feature Requests

Existing bugs and feature requests for ExcelXlstViewerPlugin are here.

If you have any issues, create a new ticket.

defect

2 / 2

task

1 / 1

Download

Download the zipped source from here.

Source

You can check out ExcelXlstViewerPlugin from here using Subversion, or browse the source with Trac.

Installation

First install the openpyxl library: pip install openpyxl.

General instructions on installing Trac plugins can be found on the TracPlugins page.

Configuration

After 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:

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:xlsx,application/vnd.ms-excel.sheet.macroEnabled.12:xlsm

To make this plugin work on Trac 0.12, use the workaround described here.

Recent Changes

16799 by rjollos on 2017-09-08 20:35:40
TracExcelXlstViewer 1.0dev: Make compatible with Trac 1.0+ and newer openpyxl

Be sure to uninstall the old plugin before installing this
version, as the entry point has been changed.

Fixes #13269.

16798 by rjollos on 2017-09-08 19:01:17
TracExcelXLSTViewer 0.9.3: Fix mixed tabs and spaces

Refs #13269.

15584 by rjollos on 2016-06-07 22:27:55
Remove intermediate directory
(more)

Author/Contributors

Author: danrolls
Maintainer: Daniel Rolls
Contributors: