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!How do you insert an Microsoft Excel file into an HTML website?
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.How do you insert an Microsoft Excel file into an HTML website?
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:
%26lt;img src=';IMAGEURLHERE';/%26gt;
Easy as pie.lol
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment