So it looks like the dependency messytables uses xlrd for excel file processing. The latest xlrd does not support XLSX files anymore due to, as I understand it, security concerns. messytables appears to be a dead project, not having had any activity in the last 2 years. This stack overflow post says that xlrd should be swapped out for openpyxl, but with messytables being unmaintained, that seems unlikely to happen. Is there any effort being taken to support XLSX files?
So it looks like the dependency
messytablesusesxlrdfor excel file processing. The latestxlrddoes not support XLSX files anymore due to, as I understand it, security concerns.messytablesappears to be a dead project, not having had any activity in the last 2 years. This stack overflow post says thatxlrdshould be swapped out foropenpyxl, but withmessytablesbeing unmaintained, that seems unlikely to happen. Is there any effort being taken to support XLSX files?