Python program opens .xls just fine but will not open .xlsm and immediately fails.
xlrd.open_workbook("Some filename.xlsm")
Error: Exception has occurred: AttributeError 'bytes' object has no attribute 'seek'
Any help would be greatly appreciated...