Hi guys,
I Wonder how to read excel from 3rd row.I know there is activity called read row but i don’t want to use that activity.I am using for each row to get data.So is there any way to read row from 3rd using foreach row datatable.I attached screenshot of sample excel please let me know any solutions.
Note: I used Excel_Data.Rows(3)(Index_Value).ToString To read from 3rd row but its passing error as “there is no row at ____”