How to get specific Excel Sheets to get Excel Values

If i want to read data from 2nd worksheet in excel file. How would i do that ?below code, reading data from sheet1 default.String strval= findTestData(“TESTDATA_XYZ”).getValue(1,1)i have many worksheets(sheet1, sheet2, sheet3). i need to read data from sheet2. is there any method present to recognize the worksheets?

hi,

check this chain