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