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 !