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
Exception ignored in: <function ZipFile.__del__ at 0x00000284EDD7E480>
Traceback (most recent call last):
File "C:\Users\XXXX\AppData\Local\Programs\Python\Python313\Lib\zipfile\__init__.py", line 1975, in __del__
self.close()
File "C:\Users\XXXX\AppData\Local\Programs\Python\Python313\Lib\zipfile\__init__.py", line 1992, in close
self.fp.seek(self.start_dir)
ValueError: I/O operation on closed file.
The text was updated successfully, but these errors were encountered:
I have to open a xlsx file twice in order to get both the cell values and the formulas definitions:
The above code produces the following exception:
The text was updated successfully, but these errors were encountered: