Hi,
I have a webpage where I need to create a HTML table on it that changes weekly.
Basically, the table holds data with about 5 columns and twenty rows and values in the table update and (as it is a ranking table) row positions move up and down.
I want to figure out the easiest way to generate the latest version of the table without having to go through the HTML and update every row manually, ideally I am looking for some easy way to update a spreadsheet in Excel and then spit this out so that it gets pulled into a html table where the formatting is done through CSV?
ANy ideas on how to achieve this, would really appreciate any help!
Cheers