how to copy/paste from Excell into Datagrid

Streen

Member
Joined
Apr 7, 2010
Messages
16
Programming Experience
3-5
I have a datagrid that will be filled with a whole bunch of numbers that the user has stored in other files, mostly excell files.
I would like to be able to select a number of cells in my excell file, then move to my datagrid and paste the values into the cells there at runtime. Is there an easy way to do this?

It works well enough the other way round. I can copy cells from datagrid into excell.
 
Back
Top