☝️Small business or a startup? See if you qualify for our special offer.
+

Question about paste values from a spreadsheet directly in grid

Open
Gilberto Nishioka asked 19 hours ago

My name is Gilberto, and I’m working in an Angular project where pivot table functionality is essential.

So, we are analyzing several components, and after navigating in FlexMonster’s website, your component meets almost all the demands of our users.

But one specific requirement remains:

  • Does FlexMonster allow a user to copy some data from a spreadsheet and batch update existing data in a grid?

Following is an example to illustrate this situation:

----------------------------------------------------------

  1. The application shows a grid with some data:

Column A    Column B

1                             10

2                             10

3                             10

4                             10

 

  1. Then the user copy and paste this data into a spreadsheet and alter the values:

(Spreadsheet)

Column A    Column B

1                             10

2                             20

3                             30

4                             40

 

  1. And finally, the user copies the spreadsheet column B's data and paste in the application (column B of the grid):

(Application)

Column A    Column B

1                                             10

2                                             20

3                                             30

4                                             40

----------------------------------------------------------

 Thanks in advance!

Please login or Register to Submit Answer