Hi,
I need help with copying excel content(some part) to email body.
The color and format must be the same like in excel file.
Thanks,
Naresh
Hi,
I need help with copying excel content(some part) to email body.
The color and format must be the same like in excel file.
Thanks,
Naresh
First take the range of excel to one sheet and then convert that sheet to html table
Create New “Sheet2” write the datatable there, while reading make sure Preserve the format is checked in Properties, then use “Sheet2” in HTML Table from Excel.
No,you have write that datatable in new sheet and then pass that sheet name in html table from excel activity sheet name field
To copy a range of cells from an Excel sheet to the body of an email in UiPath, you can use the following steps:
Read Range
activity.Build Data Table
activity to create a new DataTable that includes only the cells in the desired range.For Each
loop to iterate over the rows in the DataTable.Concatenate
activity to combine the values from the cells in the row into a single string.Append Line
activity to add the string to the email body.@sudheern … I am unable to get it … Can you please attach any sample xaml ?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.