Open Exel

Can you open an existing Excel Spreadsheet using Aspose for the user to enter data into manually. I need the ability to fill in cells and retrieve cells, but at some point it would be great to allow the user to click a button and start their local copy of excel with a spreadsheet from the server. (All users have to have excel loaded).
Thanks,
Pam

Dear Pam,

Thanks for your interest in Aspose Products.

There are actually two sub products inside a single product and they are collectively called Aspose.Cells for .NET

  1. Aspose.Cells for .NET, this can be used to manipulate existing Excel files and create new ones from scratch. But it does not provide any GUI, which can be used on the web pages. You will have to create GUI yourself, I mean, with ASP.NET, you will have to create forms, buttons etc and then retrieve user input and after creating excel file, you will have to send it to users. Please see Online Demos here.

  2. Aspose.Cells GridWeb, I think, this will suit best your needs, because it has a GUI and it does all things that the above products do. Please see Grid Web Demos Here