You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
/** * Read list of URLs from range * Ex1: ImportJSON_RASG("sheet9!C2:C7") * Ex2: ImportJSON_RASG("myNamedRange") */functionImportJSON_RASG(cellRange,query,parseOptions){vararr=[];SpreadsheetApp.getActiveSheet().getRange(1,1).activate();constarrURL=SpreadsheetApp.getActiveSheet().getRange(cellRange).getValues().join().split(',');for(varurlofarrURL){try{arr.push(ImportJSON(url,query,parseOptions));}catch{SpreadsheetApp.getActiveSpreadsheet().toast(url,'Error fetching data',3);}}returnarr.flat();}
The text was updated successfully, but these errors were encountered:
enhancement: read list of URLs from cell range
The text was updated successfully, but these errors were encountered: