最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Write data into Google Spreadsheet using Javascript - Stack Overflow

programmeradmin1浏览0评论

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
Add a ment  | 

1 Answer 1

Reset to default 4

If you want to write data to Google Spreadsheet in java or javascript then you can use the Google Sheets API

发布评论

评论列表(0)

  1. 暂无评论