Reputation: 5691
We have some document on the server and want to edit thru asp.net application. So a client can login into his account as related excel file will be hosted on a page of asp.net page.
Does anyone know how to edit server document (excel file) in asp.net from the client side.
Upvotes: 3
Views: 3435
Reputation: 1424
If you want to edit the Excel file in your code, in the ASP.NET application, then you may try Aspose.Cells for .NET. This is an API which provides quite flexibility to manipulate Excel files without the need for Microsoft Office to be installed on the server. However, it can only work in the full trust environment, but not a shared hosting environment. Please see if this might help in your scenario. For further details, you may consult the Aspose.Cells for .NET documentation.
Disclosure: I work as developer evangelist at Aspose.
Upvotes: 2