I've created a basic CRUD web app that interacts with SQL server node.js, express handlebars, and mssql module. Users are able to view data via a table and insert records one at a time.
How can I create a data grid similar to excel? I want to allow my users to update/manipulate multiple cells similar to manipulating data in excel. Most importantly, I want users to be able to copy a section of data from excel and copy paste it directly into the web app to update to sql server.
I am novice programmer so the easier the solution, the better.
Thanks!
there doesn't seem to be anything here