diff --git a/xlref/parser.py b/xlref/parser.py index 3622c45..ed979ca 100644 --- a/xlref/parser.py +++ b/xlref/parser.py @@ -94,7 +94,7 @@ class Ref: 'xlsx': 'openpyxl', 'xlsxm': 'openpyxl', 'xls': 'xlrd', - 'xlsm': 'xlrd', + 'xlsm': 'openpyxl', 'odf': 'odf', 'ods': 'odf', 'odt': 'odf',