Question: How to save ALL Excel files every given time period - say every minute or every 10 seconds ?
Related: here How to save Excel file every say minute? a way to save given file is described. But if I have many files it is a problem to process like that.
Remark: In case if I need to save every minute - I can use Excel's autosave, but autosave is is in *.xlsb format which I have a problem reading by Python, also several files are created and it is not clear what file is saved in what moment. Also that would not work if I need to save every 10 seconds.