cancel
Showing results for 
Search instead for 
Did you mean: 

paste a list of values onto a column of cells in a table.

Former Member
0 Kudos

There is a requirement to copy a list of values from an Excel sheet and paste onto the application within a table column, Just like how it is done within the Excel sheet. Is it possible to implement this ?

Thanks.

View Entire Topic
arun_srinivasan
Contributor
0 Kudos

hi,

u can use Fileupload ui element to get the values from excel file and This valuecan be Retrieved one by one from its value attribute which is bind to the file upload ui and from that u can put it into tables. i have done this with .csv format of excel file.

let me know for further

regards,

Arun