i have an Excel sheet with (for example) 5 columns and 15 rows. all these columns and rows are filled with some data.Now i want to get all the 5 columns data in the 1st row of my Excel sheet, So that i can iterate through each one of them and display on my UI . How to get it?
Thanks in advance.