You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd provided the xlsx file as input (both with explicit file path and relative file path)
File accepted
Traceback (most recent call last):
File "/Users/Sarath/Downloads/ExcelSheetUnblocker-main/unblock.py", line 41, in
processfile(filepath)
~~~~~~~~~~~^^^^^^^^^^
File "/Users/Sarath/Downloads/ExcelSheetUnblocker-main/unblock.py", line 27, in processfile
with zipfile.ZipFile(excelfile) as zip:
~~~~~~~~~~~~~~~^^^^^^^^^^^
File "/usr/local/Cellar/[email protected]/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/zipfile/init.py", line 1380, in init
self._RealGetContents()
~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/Cellar/[email protected]/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/zipfile/init.py", line 1447, in _RealGetContents
raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file
The text was updated successfully, but these errors were encountered:
Python 3.13.1 as shown in the error message (File "/usr/local/Cellar/[email protected]/3.13.1)
The xlsx is a proper file as I had opened it like 6 months ago, but forgot the password now
Windows 11 patch? Using proper xlsx. Seems the unzip method doesn't work in Windows 11, even when done manually.
File accepted
Traceback (most recent call last):
File "unblock.py", line 41, in <module>
processfile(filepath)
File "unblock.py", line 27, in processfile
with zipfile.ZipFile(excelfile) as zip:
File "C:\Users\*****\AppData\Local\Programs\Python\Python36-32\lib\zipfile.py", line 1108, in __init__
self._RealGetContents()
File "C:\Users\*****\AppData\Local\Programs\Python\Python36-32\lib\zipfile.py", line 1175, in _RealGetContents
raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file
I'd provided the xlsx file as input (both with explicit file path and relative file path)
File accepted
Traceback (most recent call last):
File "/Users/Sarath/Downloads/ExcelSheetUnblocker-main/unblock.py", line 41, in
processfile(filepath)
~~~~~~~~~~~^^^^^^^^^^
File "/Users/Sarath/Downloads/ExcelSheetUnblocker-main/unblock.py", line 27, in processfile
with zipfile.ZipFile(excelfile) as zip:
~~~~~~~~~~~~~~~^^^^^^^^^^^
File "/usr/local/Cellar/[email protected]/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/zipfile/init.py", line 1380, in init
self._RealGetContents()
~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/Cellar/[email protected]/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/zipfile/init.py", line 1447, in _RealGetContents
raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file
The text was updated successfully, but these errors were encountered: