Comment ouvrir Excel avec plus d'une tôle
import pandas as pd
df = pd.read_excel(excel_file_path, sheetname="sheet_name")
Victorious Vendace
import pandas as pd
df = pd.read_excel(excel_file_path, sheetname="sheet_name")