{"id":18008295,"url":"https://github.com/tanakaworld/google-spreadsheets-parser","last_synced_at":"2025-12-12T03:46:40.712Z","repository":{"id":57252357,"uuid":"46420309","full_name":"tanakaworld/google-spreadsheets-parser","owner":"tanakaworld","description":"Simple Google Spreadsheets parser for JavaScript","archived":false,"fork":false,"pushed_at":"2016-03-14T09:31:59.000Z","size":33,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T13:08:57.278Z","etag":null,"topics":["google-spreadsheet","google-spreadsheets-parser","javascript"],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tanakaworld.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-18T13:25:19.000Z","updated_at":"2020-10-28T20:29:11.000Z","dependencies_parsed_at":"2022-08-31T02:51:17.643Z","dependency_job_id":null,"html_url":"https://github.com/tanakaworld/google-spreadsheets-parser","commit_stats":null,"previous_names":["tanakayutaro/google-spreadsheets-parser"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanakaworld%2Fgoogle-spreadsheets-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanakaworld%2Fgoogle-spreadsheets-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanakaworld%2Fgoogle-spreadsheets-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanakaworld%2Fgoogle-spreadsheets-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanakaworld","download_url":"https://codeload.github.com/tanakaworld/google-spreadsheets-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245654336,"owners_count":20650850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google-spreadsheet","google-spreadsheets-parser","javascript"],"created_at":"2024-10-30T01:18:13.442Z","updated_at":"2025-12-12T03:46:35.679Z","avatar_url":"https://github.com/tanakaworld.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![build status](https://circleci.com/gh/tanakaworld/google-spreadsheets-parser.svg?style=shield\u0026circle-token=0ef40ae186ef9cc9aa40b96d2ad5b6ddeeed272d)\n\n# google-spreadsheets-parser\nSimple Google Spreadsheets parser for JavaScript\n\n## Installation\n\n#### NPM\n```\nnpm install google-spreadsheets-parser\n```\n\n#### Manual Download\nDownload from [here](https://github.com/TanakaYutaro/google-spreadsheets-parser/releases)\n\n## Introduction\n\n1. Create new Google Spreadsheet\n\n  ![intro-1](https://raw.githubusercontent.com/wiki/TanakaYutaro/google-spreadsheets-parser/img/intro-1.png)\n\n\n2. Publish spreadsheet\n\n  ![intro-2](https://raw.githubusercontent.com/wiki/TanakaYutaro/google-spreadsheets-parser/img/intro-2.png)\n\n  You can show following tables from [published url](https://docs.google.com/spreadsheets/d/1vyPu1EtzU1DvGXfthjrR-blJ8mGe75TL4BFNWtFMm0I/pubhtml)\n\n  ![intro-3](https://raw.githubusercontent.com/wiki/TanakaYutaro/google-spreadsheets-parser/img/intro-3.png)\n  \n3. Setting\n\n  With Browser, import googleSpreadsheetsParser.js in header\n  ```html\n  \u003cscript type=\"text/javascript\" src=\"/path/to/googleSpreadsheetsParser.js\"\u003e\u003c/script\u003e\n  ```\n\n  Node.js\n  ```\n  var GoogleSpreadsheetsParser = require('google-spreadsheets-parser')\n  ```\n  \n4. Get data\n\n  ```javascript\n  var gss = new GoogleSpreadsheetsParser(publishedUrl, {sheetTitle: 'Sample', hasTitle: true});\n  \n  console.log(gss.titles);          // [\"ID\", \"Name\", \"Age\"]\n  console.log(gss.contents);        // [Array[3], Array[3], Array[3], Array[3], Array[3]]\n  console.log(gss.contents[2][1]);  // Doug\n  ```\n\n## Features\n\n* `.titles` : Table titles array in the frst row.\n* `.contents` : Table data 2d array in the second row later.\n* `.toJson()` : JSON data of contents.\n\n# Demo\n- [With Browser](http://tanakaworld.github.io/google-spreadsheets-parser/demo/)\n- [Parameterized test](https://github.com/tanakaworld/google-spreadsheets-parser/tree/master/demo/karma-jasmine-parameterized-test)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanakaworld%2Fgoogle-spreadsheets-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanakaworld%2Fgoogle-spreadsheets-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanakaworld%2Fgoogle-spreadsheets-parser/lists"}