Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ionic-framework/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Angularjs Google sheets作为ionic 3中的数据源_Angularjs_Ionic Framework_Google Sheets Api_Ionic3 - Fatal编程技术网

Angularjs Google sheets作为ionic 3中的数据源

Angularjs Google sheets作为ionic 3中的数据源,angularjs,ionic-framework,google-sheets-api,ionic3,Angularjs,Ionic Framework,Google Sheets Api,Ionic3,我是新加入爱奥尼亚平台的,我从爱奥尼亚3开始。我做了一个HTML页面设计示例,并使用js在.ts文件中完成了所有验证部分。现在我的任务是使用googlesheets作为datasource。我从工作表中执行了get()方法函数。但我不知道如何将值发布到表中 我有一个带有电子表格ID的电子表格url 我用来从电子表格中获取值的代码 this.dataId = 'mySpreadSheetID'; this.gDrive.load(this.dataId) .then((

我是新加入爱奥尼亚平台的,我从爱奥尼亚3开始。我做了一个HTML页面设计示例,并使用
js
.ts
文件中完成了所有验证部分。现在我的任务是使用googlesheets作为
datasource
。我从工作表中执行了
get()
方法函数。但我不知道如何将值发布到表中

我有一个带有电子表格ID的电子表格url

我用来从电子表格中获取值的代码

this.dataId = 'mySpreadSheetID';
      this.gDrive.load(this.dataId)
        .then((data) => {
          console.log(JSON.stringify(data));
         this.persons = data;
         console.log(this.persons[0].employeeid);

        }, (error) => {
          console.log(error);
        });

有人能告诉我如何将数据发布到电子表格中吗?请检查此URL并进入
create
&&appendmethod-@UtkarshDubey任何适用于同一主题的教程检查此URL并进入
create
&
append
method-@UtkarshDubey任何适用于同一主题的教程