I am using " ImportJSON by Trevor Lohrbeer (@FastFedora)for ref. " library for importing JSON feeds into Google spreadsheets.
Simply to say I just input the function =ImportJSON(url, query, options) into the cell and the cell returns the data there.
And everything is fine but the data in google spreadsheet would not be updated automatically when the JSON data in the url changed. I have to re-enter the function again into the cell or refresh the script manually to get it done.
So can anyone suggest some solution to me?