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
The xlsx file may have password and you are not granted to access. Delete the password and you can use openpyxl.load_workbook() to access it.