pallabi das
pallabi das

Reputation: 61

Copy from excel and paste in grid in angular 2

I would like to implement copy functionality like below.

  1. Select a row from excel and copy

  2. And in the front-end UI we should be able to paste the selected data in a grid

Upvotes: 0

Views: 4276

Answers (1)

Chopinist
Chopinist

Reputation: 182

You can try the following implementation of a JavaScript grid in Angular 2 - ng2-handsontable:

https://github.com/valor-software/ng2-handsontable

Here you can see a working demo:

http://valor-software.com/ng2-handsontable/

Upvotes: 2

Related Questions