Anyone know how to make a script read from an excel sheet to generate...

Cheese Face

New member
...individual files for an html template? I need to make a bunch of different webpages from the same html template, but right now I am editing the template manually each time.

I have key points in the template that need to change with each page, (the rest of the html template could stay the same) and I've put these key points into a very large excel sheet. Each point is in a separate column, and each page takes up its own row on the spreadsheet (kind of like a database).

I'm sure there is a quicker way out there. Any help would be appreciated.
I realize that this is possible to do with a database (like mysql) and some php, but I am not proficient in those languages. I'm looking for a basic alternative.
 
Back
Top