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

前端 未结 13 1620
灰色年华
灰色年华 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:29

    In my case I received this error because I was reading a very large file that I had just downloaded. I copied it to another location before it had finished downloading and so got the error when trying to read an incomplete/corrupt file.

提交回复
热议问题