I've got a spreadsheet set up which scrapes stock option prices from a list of stocks. These prices are obviously always changing. Is it possible to set a timer refresh on the ImportXML function (via script maybe) so that it will continue to perform the import every, say 1 minute?
Also, my sheet seems to cache the data as even if I update the sheet, a cells data will remain the same even though the number has updated on the site I'm scraping from.
Any help much appreciated.