xlsx and xlsm files return badzipfile: file is not a zip file

前端 未结 13 1509
灰色年华
灰色年华 2020-12-30 05:48

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

相关标签:
13条回答
  • 2020-12-30 06:41

    I'm late to the party, but I received the same error, but for different reasons.

    On my mac, when I cut and pasted the .xlsx file into the directory I desired, it didn't actually place the file itself, it placed a symbolic link. That, for some reason, would raise the same error. I remedied this by opening the file, and using "save as".

    0 讨论(0)
提交回复
热议问题