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.
2 parents 9dcdda5 + 4b9e2ba commit 5fae11eCopy full SHA for 5fae11e
app.py
@@ -34,7 +34,8 @@ def evaluate():
34
35
#types that can be converted to sbol by this plugin
36
acceptable_types = {'application/vnd.ms-excel',
37
- 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'}
+ 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
38
+ 'application/vnd.ms-excel.sheet.macroenabled.12'}
39
40
#types that are useful (will be served to the run endpoint too but noted that they won't be converted)
41
useful_types = {}
0 commit comments