Excel - Text to columns

Hi,

I’m new in UiPath and I need to split the text into cells.

I found a similar solution on the forum:

but still can’t find a solution to my problem. Please help.

try to read the cell and then split the string you will get Split(“string” , “,”)
for each item in the array that you got from splitting the string use write cell

Hi @Paulina,

Try this Xaml:
SplitExcel.xaml (13.0 KB)

Sample Output refer Sheet2:
Data.xlsx (10.9 KB)

Thanks!

Hi @kadiravan_kalidoss

Yes. This is what I needed. Thank you so much!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.