{"id":13858830,"url":"https://github.com/mericson/tablespoon","last_synced_at":"2025-07-14T01:31:48.423Z","repository":{"id":6568952,"uuid":"7810884","full_name":"mericson/tablespoon","owner":"mericson","description":"Use Google Spreadsheets as your CMS","archived":false,"fork":false,"pushed_at":"2013-12-27T17:40:50.000Z","size":200,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T14:46:09.401Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mericson.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-25T01:01:58.000Z","updated_at":"2016-11-08T15:26:11.000Z","dependencies_parsed_at":"2022-09-14T04:20:24.941Z","dependency_job_id":null,"html_url":"https://github.com/mericson/tablespoon","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/mericson/tablespoon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mericson%2Ftablespoon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mericson%2Ftablespoon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mericson%2Ftablespoon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mericson%2Ftablespoon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mericson","download_url":"https://codeload.github.com/mericson/tablespoon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mericson%2Ftablespoon/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264311849,"owners_count":23589096,"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":[],"created_at":"2024-08-05T03:02:22.293Z","updated_at":"2025-07-14T01:31:48.165Z","avatar_url":"https://github.com/mericson.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"= tablespoon\n\nAccess Google Spreadsheets in a vaguely record-like way. \n\n== Requirements\n \n* Google Spreadsheet that is organized like a database table. Fieldnames in the first row, records in the rest of the rows.\n\n== Installation\n\n  sudo gem install tablespoon\n\n== How to Use\n \n  require 'rubygems'\n  require 'tablespoon'\n\nConnect to a Google doc\n\n  doc   = Tablespoon::Doc.new( \"0ArhhvPZdTe-WdGpZQ3pEY1hDcEUxWmxwNnJEQ3g4aVE\", \n                           :username =\u003e google_username, :password =\u003e google_password )\n\t\t\t  \nGet a worksheet either by name or by id. (Coming soon: Optionally, declare an id field so you can find rows by id later.)\n\n  rows = doc.get_table 'Sheet1', :id_field =\u003e 'last-name' \n\nLoop thru rows and retrieve data\n\n  rows.each do |r|\n    puts r['full-name']    \n  end\n\nModify fields and save data back to the spreadsheet.\n\n  rows.each do |r|\n    r['full-name'] = r['full-name'].upcase\n  end\n  \n\n== Copyright\n\nCopyright (c) 2013 Matt Ericson. See LICENSE.txt for\nfurther details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmericson%2Ftablespoon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmericson%2Ftablespoon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmericson%2Ftablespoon/lists"}