Skip to content

Commit 6251ee5

Browse files
committed
Removed xlsm files from the list due to dropped support from xlrd>=2 that causes bug and interference with pyexcel-xlsx
1 parent 995cfd2 commit 6251ee5

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)