标签: google-sheets insert
我知道如何通过querystring get方法从Google表格在线获取一些数据,语法如下:
https://docs.google.com/spreadsheets/d/IDSHEET/gviz/tq?tqx=out:html&tq=SELECT+B,C,D+WHERE+C=1+ORDER+BY+D+DESC
是否可以使用如下语法在Google表格中添加一行?
https://docs.google.com/spreadsheets/d/IDSHEET/gviz/tq?tqx=out:html&tq=INSERT INTO工作表名称(A,B,C,D)值(“测试”,“测试”,“测试”,“测试”)