You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most likely cause of your SyntaxError is the f-string (f'{cell_address = }, {celltype = }, {formula_text = }'), which is not valid Python 2 syntax.
I have no intention of changing the script to use Python 2-compatible syntax, because I doubt I could get the script to work in Python 2 even if I made those changes.
I am getting a syntax when trying to run the script in Notepad++
File "C:\Program Files\Notepad++\plugins\PythonScript\scripts\excel_grepper_npp-main\grep_in_excel.py", line 66
logging.debug(f'{cell_address = }, {celltype = }, {formula_text = }')
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: