Refresh data retrieved by a custom function in Google Sheet
问题 I\'ve written a custom Google Apps Script that will receive an id and fetch information from a web service (a price). I use this script in a spreadsheet, and it works just fine. My problem is that these prices change, and my spreadsheet doesn\'t get updated. How can I force it to re-run the script and update the cells (without manually going over each cell)? 回答1: Ok, it seems like my problem was that google behaves in a weird way - it doesn't re-run the script as long as the script parameters