Leia uma função do Excel em Python

wb = load_workbook('file.xlsx', data_only=True)
MitchAloha