Lisez une fonction d'Excel dans Python
wb = load_workbook('file.xlsx', data_only=True)
MitchAloha
wb = load_workbook('file.xlsx', data_only=True)