The key part of the error is: ImportError: Missing optional dependency 'openpyxl'. Use pip or conda to install openpyxl. Pandas needs an engine to read the file-details in the docs here.
ImportError: Missing optional dependency 'openpyxl'. Use pip or conda to install openpyxl.
To install openpyxl run pip install openpyxl.
pip install openpyxl