This is related to a question I have posted previously.
I have a batch of CSV files that contain a data set obtained from an issue tracker tool. These I've uploaded to google drive and are presented as charts and lists from a google site.
This works reasonable well as all I now have to do is update the files in google drive and the site is automatically updated.
The displayed charts work well, but I want to present the lists as an HTML table (as opposed to an embedded sheet).
An app script seems the most logical way to do this. However, in order to do this, I need to provide the URL of the sheet containing the data to the app script. This is proving to be more difficult than I anticipated.
I attempted passing the data source as a parameter by directly linking the app script URL (xxxxxx/exec?source=yyyy), but the app script gadget in google sites doesn't pass through parameters.
I attempted to embed the script URL (with parameters) within an iframe - as suggested elsewhere, but without any luck.
Has anyone got any suggestions? Thanks.