Skip to content

Commit 26f3f87

Browse files
authored
Merge pull request #3545 from janezd/improve-owsave-gui
[ENH] Improve Save widget's gui
2 parents 8a640eb + f482387 commit 26f3f87

File tree

3 files changed

+799
-263
lines changed

3 files changed

+799
-263
lines changed

Orange/data/io.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ class ExcelReader(FileFormat):
987987
"""Reader for excel files"""
988988
EXTENSIONS = ('.xlsx',)
989989
DESCRIPTION = 'Microsoft Excel spreadsheet'
990-
SUPPORT_COMPRESSED = True
990+
SUPPORT_COMPRESSED = False
991991
SUPPORT_SPARSE_DATA = False
992992

993993
def __init__(self, filename):

0 commit comments

Comments
 (0)