Display .xlsm excel template on webpage using asp.net MVC design pattern

Hi,

I need to display .xlsm excel template on webpage using asp.net MVC design pattern. Also user should be able to make changes and save modified excel sheet. Is it possible to implement using Aspose.Cells? If 'Yes' Please let me know how?

Thanks

Jagriti

Hi,


Well, Aspose.Cells is just a library which does not provide any interface where users could view or manipulate Excel files visually on the fly, so I am afraid your needs cannot be fulfilled with Aspose.Cells APIs although the component can render images from Spreadsheets using its Sheet to Image feature that you may display it on the web page.

Thank you.