Hi, I am reading an excel and that excel containing multiple email id seprated by ; (semicolon) in one cell.
Here I am removing the white space from a specific column (CustName) and after removing the white space I am write the value in the same excel only.
But I am not able to save the data/ use write cell activity due to the ; semicoon giving in a Email Column. Please help
@Palaniyappan As we discussed this issue, Now our bot is reading the exel but when I wrote the data in the same excel only it’s shoing me an exception. Please help bro. Thanks in advance.
Note - But why it’s not writing the data in the same reading excel even I am not reading that particular Email coloum where I have multiple email seprated by ; semicolon. @Lahiru.Fernando@lakshman
But the client have this email. But why it’s not writing the data, what is the problem if excel has hyperlink. But we can read the excel why not write bro.
Try with excel application scope and write cell activity within rather to WRITE CELL from workbook activities and also check once with the variable TrimItem like whether it has any value or not
and also check the range mentioned inthe cell range in write cell
Cheers @balkishan
No bro, Already my input is fine. I am not removing the white space from this column, This is fine.
Sometime there is a space in the Vendor name, So here I am removing the white space.
But when I write in the same excel it shows me the error, where my email ID containing Hyperlink. Due to the hyperlink it’s not write the data.