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 8a640eb + f482387 commit 26f3f87Copy full SHA for 26f3f87
Orange/data/io.py
@@ -987,7 +987,7 @@ class ExcelReader(FileFormat):
987
"""Reader for excel files"""
988
EXTENSIONS = ('.xlsx',)
989
DESCRIPTION = 'Microsoft Excel spreadsheet'
990
- SUPPORT_COMPRESSED = True
+ SUPPORT_COMPRESSED = False
991
SUPPORT_SPARSE_DATA = False
992
993
def __init__(self, filename):
0 commit comments