Describe the bug
Running pysero with xlrd version > 1.2 will result an error because:
"xlrd has explicitly removed support for anything other than xls files.
This is due to potential security vulnerabilities relating to the use of xlrd version 1.2 or earlier for reading .xlsx files."
Describe the bug Running pysero with xlrd version > 1.2 will result an error because:
"xlrd has explicitly removed support for anything other than xls files. This is due to potential security vulnerabilities relating to the use of xlrd version 1.2 or earlier for reading .xlsx files."
See this post for more details: https://stackoverflow.com/questions/65250207/pandas-cannot-open-an-excel-xlsx-file
A better solution might be switching to openpyxl for xlsx reading, or save all the xlsx files as xls, rather than freezing the xlrd version.