How Do You Insert An Microsoft Excel File Into An Html Website?
Monday, June 29th, 2009 at
11:32 pm
I need to find a way to be able to access an Excel file directly from a website. I don’t mean a link to download the file, but be able to insert values into the Excel on the HTML page.
Any help would be greatly appreciated!
Tagged with: Excel • File • HTML • Insert • Into • Microsoft • website
Filed under: HTML
Like this post? Subscribe to my RSS feed and get loads more!
Not with html. You would need to use php, your hosting company would need to allow you to run exec() functions and you will need to manually write the file from the script. This is not a good way to work. You would be better using mysql and building an html table.
Instead of doing THAT, why not make an image of your spreadsheet? You press Print Screen (Prsc) , edit it in paint to just get the spread, save the image, and use this code:

Easy as pie.lol