Hi, I’ve an excel with 10 rows but all the 10 rows does not have the data. In between I may have empty rows. When I tried to read this row using “read Column” activity, tool reads only first consecutive rows and not reading the rows after the the empty row. Can someone help me to solve this issue ?
In below example, excel read column reads only 2 and 3.
Sorry. I’m using Read range to read part of the column. So, in the above example, I’m reading the SNO column from 1 to 12 cells using Read Range(A2:A13) but I’m getting 1,2 values only. I’ can try A2:B13 while reading range and iterate only A column but some timestiB column’s data might also be empty. Could you check now and suggest any idea ?