How change excel cell value using ui path

how change excel cell value using ui path?

Hi @Kirti123

Use write cell activity to change the values

Thanks
Ashwin.S

can we replace value by using write cell?

Hi @Kirti123

Based on string you can replace and write the values

Thanks
Ashwin.S

my scenario is if i get particular string in that cell then i replace that value by another.

Hi @Kirti123

Give it as

StrOutput.ToString.replace(“new text”,“old text”)

Thanks
Ashwin S

Thank you