As the error message suggests, please run the "pip install openpyxl" command on the terminal. It will install openpyxl if it's not already installed on your system.
If it does not work, it may be possible that you already have openpyxl installed and you need to upgrade it. In that case, please run the following command on the terminal to upgrade it.
pip install openpyxl --upgrade