Hi,
I would like to display an excel file from my LAN on a webpage and until now I have used this code:
I would like to know what other solutions are available to display a dynamic excelfile on a webpage. When it is done with IFRAME it just looks awful. Is there any way to display it, so that you dont see the excel interface, but only the values of the cells?
I would like to display an excel file from my LAN on a webpage and until now I have used this code:
Code:
<IFRAME src="Path to excelfile" frameBorder=0 width=750 height=750> </IFRAME>
I would like to know what other solutions are available to display a dynamic excelfile on a webpage. When it is done with IFRAME it just looks awful. Is there any way to display it, so that you dont see the excel interface, but only the values of the cells?