Excel web editor for asp.net mvc

Hi,

I need to build a web based on-premise excel editor and view application. We already use Aspose.cells to manipulate spreadsheets via the api’s, then stream them to the browser. However, I want to make an excel renderer which displays the file and allows users to edit it. Something similar to the Aspose online excel viewer app. Do you have a control which allows this behaviour? Just to be clear, I dont want to render the spreadsheet as an image, I want a live spreadsheet in a browser control which allows editing.

Thanks !

@marcuscompprof,
You may please consider using Aspose.Cells.GridWeb that is a GUI based web control that can be embedded in ASP.NET web forms like other web controls provided by the Microsoft .NET Framework. You may follow the links below and write back to us in case of any issue or query.

Here is the link to the documentation:

You can download a running solution having lot of ready to test examples here: