1
2
3
4
5
6
7
8
9
10
import process from "node:process";
import { gsheet_call } from "https://esm.town/v/mattx/gsheet_call?v=1";
export const gsheet_append_example = gsheet_call(
process.env.google_service_account,
"1lYEDpX63DL12oGBnZ_rTafZxzRRF3jpkvv_Leu0qeqQ",
"values/A2:D2:append?valueInputOption=RAW",
{ values: [["Matt & Kristen", 4, "Ella and Jack", "mattm@att.com"]] }
);
// Forked from @mattx.gsheet_append_example
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
October 23, 2023