Converting Google Spreadsheet to HTML Table
问题 I have a Google spreadsheet with data that will be updated on a weekly basis. I need to bring this data into a HTML table on my website. Rather than running it through a CSV to HTML converter each time and having to update the HTML code each time, is there a way for me to use PHP or Javascript to look up the Google Spreadsheet URL and convert the data to HTML Table tags without me needing to alter the code each time? 回答1: You may be interested in GD API (description concerning spreadsheets).