How to open an excel file in web browser using Aspose (c#)

Hi,

I need to Open an Excel Sheet in a Web Browser (using ASP Net) from a server, and edit this document and save it back to the server.

The concept seems same as that of a docs.google spreadsheet, all I wanna know is to implementing this in ASP Webform

Here client system may / may not have excel installed in it. So the file should be edited within the browser itself.

Is it possible to open an excel in browser? If yes.. Please tell us how to acheive this

any Ideas??

Hi,


Thanks for your query.

Well, I think you may use our Aspose.Cells.GridWeb control - A grid control that is specifically designed to work on web environments or in Asp.NET projects. It is an independent control where you may load Excel files into its grid matrix, create/design worksheets and update/ manipulate the data into the cells in WYSIWYG (visual) manner. It supports all the main features MS Excel if not everything though. It also supports to read/write and calculate formulas too. It can load and save/re-save the files to Excel files on the fly, everything in your browser type. Please see the documents / articles for your reference:

Hope, this helps a bit.

Thank you.