I am having excel sheet inside some headers are there,
Headers are started in Row 5 ,
i need read cell Activity to read the Coulmn cell values instead of using A , B , C Coulmn name i want to read excat Coulmn name to read the excel in read cell Activity how to do that , any suggestions,
One more things this Coulmn name dynamically came in variable how to put read cell range variable in dynamically and read the respective values
You can read the whole sheet using the Read Range activity by giving the starting range as A5. In the Read Range property, uncheck the Add Headers field, so that the column data comes just as data row.
Then use the following query in the Assign activity: