We should be able to read the Datatable using a Workbook Read Range Activity. We should then also able to perform the Required operations and loop through the rows in Datatable using For Each Row Activity.
But we require additional info as to what you are trying to perform or achieve?
You can still read the cell value based on certain anchor terms
Like in first column SEQ you have a three terms called Normal, Unmatched and Loan Balance
So if you see you don’t have any value right side to those text
When doing in for each row loop use a if condition and see whether CurrentRow(0).ToString.Contains(“Normal”) or any of these three values
If yes then leave that row within THEN block and process the other records within. Else bLock