Skip to content

Instantly share code, notes, and snippets.

View usinglight's full-sized avatar
🙈
Make the bugs go away by not looking. - Does not work BTW

Stefan Steinbauer usinglight

🙈
Make the bugs go away by not looking. - Does not work BTW
View GitHub Profile
@seanli1
seanli1 / JSONImporterExporter.gs
Last active August 9, 2021 20:42
Import/Export JSON in Google Sheets - original: https://gist.github.com/pamelafox/1878143
// IMPORT
/**
* Imports JSON data to your spreadsheet Ex: IMPORTJSON("http://myapisite.com","city/population")
* @param url URL of your JSON data as string
* @param xpath simplified xpath as string
* @customfunction
*/
function IMPORTJSON(url,xpath){