Hi,
I'm trying to insert a Google Spreadsheet in an html document and show it as a table.
So, my source is a Google Docs document and I call it with a query (var query = new google.visualization.Query).
My table is a list of countries with some data about them. Html visualization until this point is OK.
But I want to add a column with an image (a flag). I don't know if it's possible to do this and, if possible, how to do it.
I've tried to put the link in the cell of the Google Spreadsheet, copy-paste an image, and an img src="...", but no luck. The only thing I have is the code written inside the cell both in the GDocs and the html visualization.
I've defined as an option(var options = {allowHtml: true};
Any suggestion?
Thank you in advance!