I want to display an HTML / Javascript grid (ala jqGrid or something similar to it). I want to allow the user to click an "Edit in Excel" button which launches Excel with the current data from the HTML grid. The user can change the grid data however they want in Excel, and then click another button which puts the data back into the HTML grid.
What is the best way to accomplish this? Is it even possible?
Technology stack I'm working in is ASP.NET MVC. I would be willing to consider bringing in any other libraries (client-side or server-side) to get this to work.