Skip to content

Commit 8958454

Browse files
authored
Merge pull request #52 from zazuum/dev
Removed xlsm files from the list due to dropped support from xlrd>=2 …
2 parents 995cfd2 + 6251ee5 commit 8958454

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyexcel_xls/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def xlrd_version_2_or_greater():
3535
supported_file_formats = [__FILE_TYPE__, "xlsx", "xlsm"]
3636
if XLRD_VERSION_2_OR_ABOVE:
3737
supported_file_formats.remove("xlsx")
38+
supported_file_formats.remove("xlsm")
3839

3940

4041
IOPluginInfoChainV2(__name__).add_a_reader(

0 commit comments

Comments
 (0)