I want to get particular cell values from excelsheet in my python script. I came across xlrd, xlwt, xlutils modules for reading/writin
xlrd
xlwt
xlutils
To access the value for a specific cell:
cell_value = worksheet.cell(row_number, column_number).value