import xlrd workbook = xlrd.open_workbook(‘Students.xlsx’) worksheet = workbook.sheet_by_index(1) worksheet.cell_value(1,2)