I have been facing this error for a while and so i just uninstalled openpyxl and reinstall version 2.6.3 and it worked well.
This might help you too, no need to change anything just run these commands using pip
pip uninstall openpyxl
pip install openpyxl==2.6.3
Hope it helps you.