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 995cfd2 + 6251ee5 commit 8958454Copy full SHA for 8958454
pyexcel_xls/__init__.py
@@ -35,6 +35,7 @@ def xlrd_version_2_or_greater():
35
supported_file_formats = [__FILE_TYPE__, "xlsx", "xlsm"]
36
if XLRD_VERSION_2_OR_ABOVE:
37
supported_file_formats.remove("xlsx")
38
+ supported_file_formats.remove("xlsm")
39
40
41
IOPluginInfoChainV2(__name__).add_a_reader(
0 commit comments