ImportJSON icon indicating copy to clipboard operation
ImportJSON copied to clipboard

Import JSON into Google Sheets, this library adds various ImportJSON functions to your spreadsheet

Results 108 ImportJSON issues
Sort by recently updated
recently updated
newest added

Hi, Just thought I would let people here know about a new JSON Import function I have created. I thought it would be OK to post here as development of...

enhancement: read list of URLs from cell range ```js /** * Read list of URLs from range * Ex1: ImportJSON_RASG("sheet9!C2:C7") * Ex2: ImportJSON_RASG("myNamedRange") */ function ImportJSON_RASG(cellRange, query, parseOptions) { var...

Hello and thank you for this amazing code! https://puu.sh/IWNt6/5d8a15138d.png I am using multiple calls in cells and I am reaching max quotas limit very often. Therefore I would like to...

![image](https://user-images.githubusercontent.com/108851634/177687836-706b0767-48ce-4760-9c8a-bb2d3726fd19.png) I want to sync data from kobotoolbox with google sheet when executing error like image. Hope the solution fixes the error. Thank. Vans

This works now `=arrayformula(IMPORTJSON("https://www.binance.com/api/v3/ticker/price?symbol="&A2:B4&"", "/symbol,/price",))`

Bit of a newbie question, I'm afraid, but I'm struggling to figure out the correct syntax for using ImportJSONViaPost to access data from the GivEnergy API. The curl syntax is...

I am trying to import from an API (https://api.sleeper.app/v1/players/nfl) If I use this syntax then it times out =ImportJSONAdvanced ("https://api.sleeper.app/v1/players/nfl") If I use this syntax to try and select certain...

Hello. Thank you so much for your code. It has proved to be extremely helpful for so many tasks. I do have a question though. Which function should I use...

Check example json below. The field "underAvvikling" is set to true in the first object. On the next (and on all following rows) it is set to false. Still it...