Lesen Sie eine Funktion von Excel in Python

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