Skip to content

Commit 5fae11e

Browse files
authored
Merge pull request #8 from SynBioHub/update-excel2sbol
Update accepted types
2 parents 9dcdda5 + 4b9e2ba commit 5fae11e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ def evaluate():
3434

3535
#types that can be converted to sbol by this plugin
3636
acceptable_types = {'application/vnd.ms-excel',
37-
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'}
37+
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
38+
'application/vnd.ms-excel.sheet.macroenabled.12'}
3839

3940
#types that are useful (will be served to the run endpoint too but noted that they won't be converted)
4041
useful_types = {}

0 commit comments

Comments
 (0)