Forum Moderators: open
What does the excel spread sheet do that it is required to be embed in a webpage? Is it just data collection, number crunching, or is it for downloading?
What do the macro's do that can not be done using Asp.Net? Is this spread sheet going to be on a public site or internal?
What it comes down to is I am trying to figure out your reasons behind your request. So to see if it can be done in a different fashion that might work better for you.
I believe that management does not want the xls file to be downloaded. They seem to want something quick and easy that will be usable on a web page.
I take it that means embeding the xls with macros would be difficult? Is there an easy way to embed the xls sheet without the macros?
Thanks for the reply!
I personally avoid embedding any active-x controls period in any web page, never know when the next active-x gotcha is going to roll down the pipe from Microsoft.
So my question now is, how difficult would it be to connect to the xls file, put numbers in, grab the changed graphs/numbers and display them on a .net page?
I'll check out OWC.Chart and see if they will work for me, thanks.
What are you thoughts on opening the xls with oledb, changing the numbers and then showing the image on the page?