Hi everyone,
I am looking for a solution to check cell color in excel file.
Example,
In cell range “A1:B5” have background color are “RED” and “BLUE” and “BLACK”. And I check if background color is “RED” I write text in all cell range.
Thanks for sharing the flow, now I am trying to read the excel data using readRow.
Starting cell would be “A”+Index_of.ToString and storing the output in System.Collections.Generic.IEnumerable<System.Object>.
When i use for each activity to retrieve the elements and when i display in message box it displays all the column values for that particular row.
Now i need to retrieve these values separately and store in a variables.