How can you pull Excel data to web page

Uber_Tiny

New member
Is there a way to pull the excel data in to a web page without having to "save as HTML" and then put it in a iframe?

Reason: To many people access the excel form and change the layout and also ad names to the list as needed making it hard to keep the iframe setup properly. I need the pulled data to show up automatically without having to resize an iframe. I would really like to do it without an iframe at all, just put in the tables in to the designated area. So basically looking to read the file, get the data, close the file and paste it in the HTML page. All while not using JavaScript.

Anyone have an idea of how to do this, a link to information, anything? I have searched for the last couple days now and can't seem to find anything more than using JavaScript or just saving the file as an HTML and using an iframe.
 
Back
Top