21-09-23 02:44 PM
Hi Team,
I have a requirement, in an excel file we have some data, some of the rows are colored and some of them are not. So, when we read the data from excel the data should be captured along with exact cell/font color into collection. Then after doing some validations i have to paste the collection data on the body of the email.
I am able to paste the collection data on the body of the email but i am not able to get the data along with the color into collection.
The following things needs to be considered.
Thanks
Salman Shaik
21-09-23 03:30 PM
Hi Salman,
Obtain the background cell color code for each row (create a custom code action to achieve this) and utilize these color codes to generate the HTML body with corresponding colors.
21-09-23 04:35 PM
Hi Athiban,
In my case under each row the cell colors are different based on the column no as well so it will be complicated, if the entire row contains same color irrespective of column no, then we can follow your approach. But unfortunately, it's not the case.