Menu Melayang

Header

Landing Page

Spreadsheet To JSON Converter

Enter Your Google Spreadsheet URL here

Make sure it's published to the web
{{error}}

Your new URL is:

{{newURL}}
Open URL

Usage


        $.get('{{newURL}}', function(data){
          var entries = data.feed.entry;
          
          $(entries).each(function(){
            // Do something with each entry
          });
        });
      

        $http.get('{{newURL}}').then(function(response){
          // Assign data to scope
          $scope.data = response.data;
        });
      
{{JSONData | json}}

CSS

Saturday, April 16, 2022

Simple

Blog Post

Related Post

Mohon maaf, belum ada postingan.

Back to Top

Cari Artikel

Popular Post