We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c751b4f commit 68436f9Copy full SHA for 68436f9
pyexcel_webio/__init__.py
@@ -1,10 +1,10 @@
1
"""
2
- pyexcel.ext.webio
+ pyexcel_webio
3
~~~~~~~~~~~~~~~~~~~
4
5
A generic request and response interface for pyexcel web extensions
6
7
- :copyright: (c) 2015 by Onni Software Ltd.
+ :copyright: (c) 2015-2017 by Onni Software Ltd.
8
:license: New BSD License
9
10
import pyexcel as pe
@@ -31,7 +31,11 @@
31
"rst": "text/plain",
32
"mediawiki": "text/plain",
33
"latex": "application/x-latex",
34
- "latex_booktabs": "application/x-latex"
+ "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"
39
}
40
41
0 commit comments