Skip to content

Instantly share code, notes, and snippets.

@taw00
taw00 / ImportJSON-functions-for-Google-Sheets.gs
Last active November 19, 2023 07:52 — forked from paulgambill/import_json_appsscript.js
Import JSON into Google Sheets
/** My comments -taw -- Source location of this script: https://gist.github.com/taw00/1c014549dd649c597518e6eb4f1e3969
* To use in Google Sheets:
* - Open or create Google Spreadsheet
* - Click on Tools -> Script Editor
* - Click Create script for Spreadsheet
* - Delete the placeholder content and paste the code from this script
* - Click the save button and give the project a name
* - Back in the spreadsheet, in a cell, you can type “=ImportJSON()” and begin filling out it’s parameters.
* Original developer:
* - http://blog.fastfedora.com/projects/import-json