Extraction of Data from Excel in UIPath

Hello all! I would like to extract 4 columns of data from excel sheet. But when i paste my clipboard into my own software, only 1 column came out. Do u all mind helping me to solve this problem?

@W_QW Can u attach one sample excel file

okokok

@W_QW Check attached file

Main.xaml (7.2 KB)

I am supposed to paste the 4 columns into a software after i set my data into clipboard. But it keep showing this. How can i detect the 4 columns of data

If you look at your read range you specified M56:M6… Something so you are reading only.oen column here if you want to read data from multiple col example from col a to col E you should mention a52:e60