Excel cell data in a list

Dear forum members

I have some keywords in many cells of excel file, my requirement is that i need each cell value in a single string variable separated by space.

ex. if excel file has value in cell like
x y z
w t y

expected output: x y z w t y (order of output value may change)

Thankx in advance

Hi @Yankit_singh
Check this file

test.xaml (5.2 KB)
data.xlsx (8.1 KB)

The input file used
image

(A,B,C are headers)

output i got
image

Regards

Nived N

Happy Automation

Thankx buddy

working fine.

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