I want to read only particular data from excel to collection. I have attached the template sheet screenshot. The highlighted in yellow is the value I need to read.
If the excel strictly follows the same pattern i.e. the cells you want to read will never change position, you can start a collection loop, use GoTo <cell> and read it value and capture it in the collection field, Then go to the next cell bottom or right and keep looping through until you've covered the desired area. The logic build may take some time while writing it in blue prism studio but once set it should be fairly quick.
Get the entire excel into a collection and then use collection manipulation actions to find your values and transfer those into a separate collection.
IF the location is not going to be fixed you can simply write a macro and call it via the Excel VBO.