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 you would use:
value = worksheet.cell(row, column)