Hi there,
My client has following requirement. If you can guide me with some code and/or link, it will be good.
I have EXCEL file stored in DATABASE. In my web page, I want to get that file on web interface ( INLINE And/Or Online ) editing you can say, and save it back to database. We are having Aspose.Total and I would like to know, how this is possible. So, people can save their time downloading and uploading of document.
Note:
We don't want to download excel file, save it at client and upload again back. We are already doing this for one another scenario of MS Word document.
Thanks.
Hi,
I think Aspose.Cells.GridWeb control will suit your need, it is an Asp.NET control with grid like interface. The control is used to display or manipulate Excel spreadsheets in WYSIWYG (visual) manner. It has Data Binding feature where you may directly load an excel file from database and then update it to save to the data source. Currently is comes as a part of Aspose.Cells for .NET package which also includes this control, you may download the package from here:
http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/entry258933.aspx
For getting complete reference, see the control’s documentation (please check the GridWeb’s Data Binding articles specially in the Technical Articles section):
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/aspose-cells-gridweb-1.html
For your desired feature, please see the demos:
Thank you.