Skip to content

Commit

Permalink
Merge pull request #3545 from janezd/improve-owsave-gui
Browse files Browse the repository at this point in the history
[ENH] Improve Save widget's gui
  • Loading branch information
lanzagar authored Mar 1, 2019
2 parents 8a640eb + f482387 commit 26f3f87
Show file tree
Hide file tree
Showing 3 changed files with 799 additions and 263 deletions.
2 changes: 1 addition & 1 deletion Orange/data/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ class ExcelReader(FileFormat):
"""Reader for excel files"""
EXTENSIONS = ('.xlsx',)
DESCRIPTION = 'Microsoft Excel spreadsheet'
SUPPORT_COMPRESSED = True
SUPPORT_COMPRESSED = False
SUPPORT_SPARSE_DATA = False

def __init__(self, filename):
Expand Down
Loading

0 comments on commit 26f3f87

Please sign in to comment.