Skip to content

Commit 68436f9

Browse files
committed
add mime types for pyexcel-pygal, pyexcel-matplotlib, pyexcel-handsontable
1 parent c751b4f commit 68436f9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pyexcel_webio/__init__.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
"""
2-
pyexcel.ext.webio
2+
pyexcel_webio
33
~~~~~~~~~~~~~~~~~~~
44
55
A generic request and response interface for pyexcel web extensions
66
7-
:copyright: (c) 2015 by Onni Software Ltd.
7+
:copyright: (c) 2015-2017 by Onni Software Ltd.
88
:license: New BSD License
99
"""
1010
import pyexcel as pe
@@ -31,7 +31,11 @@
3131
"rst": "text/plain",
3232
"mediawiki": "text/plain",
3333
"latex": "application/x-latex",
34-
"latex_booktabs": "application/x-latex"
34+
"latex_booktabs": "application/x-latex",
35+
"svg": "application/svg+xml",
36+
"html": "text/html; charset=UTF-8",
37+
"handsontable.html": "text/html; charset=UTF-8",
38+
"png": "image/png"
3539
}
3640

3741

0 commit comments

Comments
 (0)