import pandas as pd
df = pd.read_excel (r'Path where the Excel file is storedFile name.xlsx')
print (df)
READ .xlsx
import pandas as pd
df = pd.read_excel (r'Path where the Excel file is storedFile name.xlsx')
print (df)
sheet = parse_excel_file(var.MATRICE_WALLIX_SHEET_PROFILES, file_name)