Hey, thanks for the script. Had an issue running on Win10/Py3.8
Traceback (most recent call last):
File ".\watchparse.py", line 7, in <module>
from openpyxl.compat import range
ImportError: cannot import name 'range' from 'openpyxl.compat'
Seemed to be fixed by commenting out line #7
#from openpyxl.compat import range
Hey, thanks for the script. Had an issue running on Win10/Py3.8
Seemed to be fixed by commenting out line #7
#from openpyxl.compat import range