sxl
sxl copied to clipboard
closing filedescriptor
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
Thanks for the hint with wb.xls.close
. It helped mi circumventing the issue!