Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.