admin管理员组文章数量:1391860
AM trying to Insert data's into Google Spreadsheet . With the Help of Tabletop
(GitHub code ) , I can able to Read the data's from the Sheet likewise i need to Write the Data's into that . How can i achieve this ? What are all the ways to write the data's into Google spread sheet . Here is my Spread sheet Read Code ,
$scope.samm=function() {
$log.log("inside logProduction")
Tabletop.init( { key: ';hl=en_US&key=1dU_DbFxsuzdJFjWKEyyYiuJiAkZaZRQzy2O-2svIlNg',
callback: showInfo,
simpleSheet: true } )
};
function showInfo(data, tabletop) {
alert("Successfully processed!")
console.log(data);
};
AM trying to Insert data's into Google Spreadsheet . With the Help of Tabletop
(GitHub code ) , I can able to Read the data's from the Sheet likewise i need to Write the Data's into that . How can i achieve this ? What are all the ways to write the data's into Google spread sheet . Here is my Spread sheet Read Code ,
$scope.samm=function() {
$log.log("inside logProduction")
Tabletop.init( { key: 'http://docs.google./spreadsheet/pub?hl=en_US&hl=en_US&key=1dU_DbFxsuzdJFjWKEyyYiuJiAkZaZRQzy2O-2svIlNg',
callback: showInfo,
simpleSheet: true } )
};
function showInfo(data, tabletop) {
alert("Successfully processed!")
console.log(data);
};
Share
Improve this question
edited Aug 21, 2016 at 13:55
Haggra
4,3062 gold badges25 silver badges28 bronze badges
asked Aug 21, 2016 at 13:32
Saravana KumarSaravana Kumar
1792 gold badges5 silver badges19 bronze badges
1
- identical to your other question stackoverflow./q/39065119/2213940 – Zig Mandel Commented Aug 21, 2016 at 15:11
1 Answer
Reset to default 4If you want to write data to Google Spreadsheet in java or javascript then you can use the Google Sheets API
本文标签: Write data into Google Spreadsheet using JavascriptStack Overflow
版权声明:本文标题:Write data into Google Spreadsheet using Javascript - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744771587a2624370.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论