cancel
Showing results for 
Search instead for 
Did you mean: 

Copy paste in sap.ui.table

Former Member
0 Kudos

Hi,

I have a requirement for my sap.ui.table.I need to copy a set of data from excel and paste in a table column.

If there are 5 data in excel i need to paste this 5 data in same column in 5 rows in the table.

Can anyone help me in this.

Regards,

Anjaly

Accepted Solutions (0)

Answers (3)

Answers (3)

aswani_sanjay
Explorer
0 Kudos

Hi Anjaly,

Is your problem solved. I have the same requirement. Please let me know if you have solved the problem.

Thanks

Sanjay

Former Member
0 Kudos

Hi Anjaly,

Are you able to achieve this?

If Yes, Please let me know how to do that.

Regards,

Satish

ddbr
Discoverer
0 Kudos

Hi Satish

Don't know if Anjaly found a solution, but this may help:

Did not try it and don't know the limits. Copy and Paste from Excel works in Alessandros example.

Have fun!

Daniel

saivellanki
Active Contributor
0 Kudos

Hi Anjaly,

You have to use FileUploader control to upload csv file and then you can read the content of CSV data and parse it to table. Check following threads, where you will get some ideas -



Regards,

Sai Vellanki.


Former Member
0 Kudos

Hi Sai vellanki,

Thanks for the reply.

I already have this upload functionality in my application.

My requirement is I need to copy a column data from excel and need to place it in my sap.ui.table.