Hi all,
when we are reading the excel file(that excel file is having background colors) i am able to store the data only into the data table i am not getting cell colors while we are using the read range.
Hi all,
when we are reading the excel file(that excel file is having background colors) i am able to store the data only into the data table i am not getting cell colors while we are using the read range.
There is no such built in activity for now.
is there any way to achieve this…
Hi @kalyanDev, I guess the only way is to loop through each cells, use Get Cell Color activity and store the color value in your datatable.