So I'm running nightly tasks to generate some custom stats for my site and copy the stats in csv format to separate server via scp. Then I use these csv files in google spreadsheets to display them in table format.
The problem is, though, that each time I load the csv file I need to give that spreadsheet "hard refresh" so it wouldn't use "cached" browser data when displaying the csv file.
Is there a possibility to refresh the data each time openning the document?