I am trying to find the cell color in the excel sheet by iterating all the rows from the Datatable.
I am not getting any idea how we can do that.
Find some video about IEnumerable but doesn’t convert Datarow to IEnumerable.
Column Name has the different colors and it has to print in the messagbox with the color name
Could you please help if there is any way to read the color.
I am able to get the font color from a cell in Excel using Uipath only without any VB.
This might work if time is not a constraint in executing the workflow.
Select the cell in Excel sheet.
Right click mouse and select format.
Use option Select text and indicate the Color section from font.
Print the output, if only color is required then use Substring method from the output.