Please try to read entire the excel using read range activity and give range “”. While iterating through output datatable, choose only first three columns to deal with.
Like , row(“Column A”).ToString, row(“Column B”). ToString etc.
Thanks for the response.
Actually i want a solution that avoid loading unneeded data, because load all data will cost more memory consumption. Since there is no solution for that now, i think @anil5 suggestion is closed what i need.
Thanks for the help!