Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I develop a web application and i need to show excel file in this application for customer can edit and Read the Excel file on online.

How Can i do this, Help me to develop this application,

Thanking You.,
Posted

Consider using Open XML SDK:
http://www.microsoft.com/en-us/download/details.aspx?id=30425[^].

This way, you can support new XML-based Office formats (such as .DOCX, .XLSX), ECMA-376 standard:
http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats[^],
http://en.wikipedia.org/wiki/Office_Open_XML[^].

This way, you can work without Office installed.

See also: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257757#kb2[^].

—SA
 
Share this answer
 
I dont think you can really embed your excel file in your application.If you do it in some way than also its a bad idea.Further,you can refer to below tools to overcome this issue.

Spread for ASP.NET[^]

Aspose.Cells for .NET[^]

XlsIO for .NET[^]

These all needs efforts and the functionality can be achieved only after some customized codes.

Regards.. :laugh:
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900