Auto Reopen excel file after changes from openpyxl

Viewed 32

I have a python script to make changes to an excel file.

But I need to close the excel file, and then reopen it every time I make changes to the python script.

Is there a way to auto-reload the excel file?

0 Answers
Related