I\'m trying to open both an xlsx file and an xlsm file both give me the same error
badzipfile: file is not a zip file
here is wh
If you call openpyxl.load_workbook with file-like object, be sure to open it in binary mode.
openpyxl.load_workbook