How do you embed Excel in an aspx page?
Hi,
I found a lot of tutorials and information on how to create an Excel file using ASP.Net or return one from a link. However, what I would like to do is put a read-only version of the Excel file directly into the page.
Other acceptable options: an image or XML that looks like an excel file.
I tried to do this with an IFRAME. It worked in IE but not Firefox. However, in IE every time it loaded the page it treated it as if it was being downloaded...
Thanks in advance,
Mathew
|