Posted 22 May 2019, 9:46 am EST
Hi
Is there any sample code available for copy pasting excel data to wijmo grid. If so please share the link.
Thanks
Forums Home / Wijmo / General Discussion
Posted by: bhati.bhati on 22 May 2019, 9:46 am EST
Posted 22 May 2019, 9:46 am EST
Hi
Is there any sample code available for copy pasting excel data to wijmo grid. If so please share the link.
Thanks
Posted 23 May 2019, 5:58 am EST
Hi,
Flexgrid implements the copy pasting functionality by default. You can easily copy and paste the data from excel to the grid using the default Ctrl + C and Ctrl + V keys respectively.
Regards
Posted 28 May 2019, 4:11 am EST
Thanks for the reply.
Can I copy and paste (x rows, y cols) from excel to wijmo grid? is it so ??
I have a requirement to implement on this functionality. Kindly reply if you know this.
Thanks
Posted 29 May 2019, 4:26 am EST
Yes,you can copy any number of rows and columns from excel to the grid and vice-versa. But you need to be sure that there should be a minimum number of x rows and y columns in the grid otherwise only some of the data will be pasted. Also, the data type of columns in excel should match with the grid.
Posted 11 June 2019, 9:34 am EST
Thanks Abhishek, it worked for me.