Hello, i am trying to do kind of the same thing. My goal is to load in a excel file in order to replace/update the data in the grid.
In my project (electron desktop app) the datasource is a sql database. Because editing all data in the grid itself is a bit time consuming, i would like to export the selected rows to excel, edit them there and import them back into the table.
Then the table should show the modified rows. After that, i click on the "Update" button of the toolbar and the changes should persist in my database.
Is there any solution to this? I appreciate every kind of help.
Thanks in advance!
Stefan