2022-01-02から1日間の記事一覧

GASでjsonをスプレッドシートに展開

auto-worker.com function myFunction() { const url = "https://mls.js2hgw.com/update.php?base_enb=737280&output=json"; let response = UrlFetchApp.fetch(url).getContentText(); let json = JSON.parse(response); // headers const headers = Object…