Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

I want to embed excel worksheet into the asp.net 1.1 web page and provide excel abilities on the front screen. I will fill the excel on page load event with the data come from oracle db. Is there any useful framework or code for embedding excel worksheet into .aspx page?

Thanks in advance.
Posted
Updated 12-Aug-12 21:04pm
v2

1 solution

The only way to do this is to use a ActiveX control (not recommended) or you have to use an extremely advanced javascript. If it's an intranet and all users have Internet Explorer, the ActiveX way is probably your best bet.

R S Dodiya have written an article about this topic:
Word/Excel ActiveX Controls in ASP.NET[^]
 
Share this answer
 

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