sxl icon indicating copy to clipboard operation
sxl copied to clipboard

closing filedescriptor

Open martinbock opened this issue 5 years ago • 1 comments

After reading an xls file os.stat doesnt return any file changes.

manually calling close() on wb.xls (with wb: Workbook(file)) fixes the problem. Maybe a problem of ZipFile, too?

Best Martin

martinbock avatar Sep 04 '19 09:09 martinbock

Thanks for the hint with wb.xls.close. It helped mi circumventing the issue!

valentinstn avatar Aug 26 '21 09:08 valentinstn