Good day,
I have the following situation:
I need to display an area from an Excel file in a webpage. The Excel file has some graphics and conditional formatting I would keep as much as possible.
As a matter a fact, i am going to include the Excel file view into an IFRAME so that the Excel appears part of a Reports Dashboard.
Can you recommend me a solution how to do it? I have to refresh the report once every 4 hours in the dashboard (but I can do this in html). Thus, the solution of printing the Excel file in .pdf and embedding the pdf does not do it .
So far,
- I tried unsuccessfully to embed it with the tag
- I tried to read the file via ASP.net unsuccessfully , probably due to an outdated code source
Please help me find a solution.
My areas of knowledge: MS Excel (advanced), HTML+CSS (advanced), ASP.net (beginner), T-SQL (medium to advanced).
I have got a Microsoft IIS 7.0 webserver with ASP.net 4.0 running.
I can learn anything else if necessary.
thank you.