/
๐Ÿ“

Google

google
On this page
  • Let me google that for you
  • ImportJSON
  • How to Import JSON Data Into Google Sheets With Auto Refresh

Let me google that for you

For all those people who find it more convenient to bother you with their question rather than search it for themselves

ImportJSON

Import JSON from any URL directly into your Google Sheets. ImportJSON.gs adds an =ImportJSON() function to your spreadsheet, allowing quick and easy JSON importing. To use go to Tools > Script Editor and add the ImportJSON.gs file. Now in your spreadsheet you can access the ImportJSON() function. Use it like this:

=ImportJSON("https://mysafeinfo.com/api/data?list=bestnovels&format=json&rows=20&alias=cnt=count,avg=aver

How to Import JSON Data Into Google Sheets With Auto Refresh

Edit this page
logo
Code-related notes and snippets