{"id":24096401,"url":"https://github.com/t-osawa-009/spreadsheetclient","last_synced_at":"2025-09-05T13:48:57.253Z","repository":{"id":56922197,"uuid":"226336164","full_name":"t-osawa-009/SpreadsheetClient","owner":"t-osawa-009","description":" Get the value of a Google spreadsheet file","archived":false,"fork":false,"pushed_at":"2019-12-14T02:47:46.000Z","size":42,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T23:35:44.192Z","etag":null,"topics":["api","api-client","carthage","google","pods","spreadsheet","swift","swiftpackagemanager"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/t-osawa-009.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-06T13:28:35.000Z","updated_at":"2020-01-09T06:41:37.000Z","dependencies_parsed_at":"2022-08-21T04:50:20.509Z","dependency_job_id":null,"html_url":"https://github.com/t-osawa-009/SpreadsheetClient","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-osawa-009%2FSpreadsheetClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-osawa-009%2FSpreadsheetClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-osawa-009%2FSpreadsheetClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-osawa-009%2FSpreadsheetClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t-osawa-009","download_url":"https://codeload.github.com/t-osawa-009/SpreadsheetClient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241020110,"owners_count":19895370,"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":["api","api-client","carthage","google","pods","spreadsheet","swift","swiftpackagemanager"],"created_at":"2025-01-10T12:31:54.548Z","updated_at":"2025-02-27T13:45:50.185Z","avatar_url":"https://github.com/t-osawa-009.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpreadsheetClient\nGet the value of a Google spreadsheet file\n\n\u003cimg src=\"https://github.com/t-osawa-009/SpreadsheetClient/blob/master/assets/spreadsheet.png\" alt=\"spreadsheet\" title=\"spreadsheet\"\u003e\nhttps://docs.google.com/spreadsheets/d/1zVw1G2LvoJOnnaez3Tuf2Kxqt7S8-zATNazY14FgBwI/edit?usp=sharing\n\n```swift\nlet client = SpreadsheetClient()\nclient.send(id: \"SPREADSHEET_ID\", sheetNumber: 1) { (result) in\n    switch result {\n    case .success(let value):\n        print(value)\n    case .failure(let error):\n        print(error.localizedDescription)\n    }\n}\n```\n\n## Requirements\n- iOS 10.0+ / macOS 10.12+ / tvOS 10.0+ / watchOS 3.0+\n- Swift 5.1+\n\n## Installation\n### CocoaPods\n```\n# Podfile\nuse_frameworks!\n\ntarget 'YOUR_TARGET_NAME' do\n    pod 'SpreadsheetClient'\nend\n```\n\n```sh\n$ pod install\n```\n\n### Carthage\n```\ngithub \"t-osawa-009/SpreadsheetClient\"\n```\n\n```sh\n$ carthage update\n```\n\n### Swift Package Manager\n```\ndependencies: [\n    .package(url: \"https://github.com/t-osawa-009/SpreadsheetClient.git\", from: \"0.0.1\")\n]\n```\n## Notes\n- Your spreadsheet should be \"Published\" for this to work\n\n## CONTRIBUTING\n- There's still a lot of work to do here. We would love to see you involved. You can find all the details on how to get started in the [Contributing Guide](https://github.com/t-osawa-009/SpreadsheetClient/blob/master/CONTRIBUTING.md).\n\n## License\nSpreadsheetClient is released under the MIT license. See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft-osawa-009%2Fspreadsheetclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft-osawa-009%2Fspreadsheetclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft-osawa-009%2Fspreadsheetclient/lists"}