I wknow it's possible to tell a python to run each minute for example. But I have a more specific question.
It is possible to run a script each minute, and create an Excel, and let open this Excel file and update the output inside ?
Because each time I run a code where some files are created, I need to close the file in order to create it again with Python.
EDIT : In other words : I would like a refreshed view on the file, each time the script run, without closing the file (Excel for example). The Excl file stay open and the script update the output every now and then.