{"library":"spreadsheet","title":"Spreadsheet","type":"library","description":"A Python tool for manipulating Google Spreadsheets. Version 1.2.1 is the latest release. The project appears to be in maintenance mode with no recent updates (last commit in 2019).","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install spreadsheet"],"cli":null},"imports":["from spreadsheet import Spreadsheet","from spreadsheet import Client"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/lyda/spreadsheet","docs":null,"changelog":null,"pypi":"https://pypi.org/project/spreadsheet/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from spreadsheet import Spreadsheet\n# Requires Google account credentials\nsheet = Spreadsheet('username@email.com', 'password')\nws = sheet.worksheet('Sheet1')\nws.update_cell(1, 1, 'Hello World')","lang":"python","description":"Basic usage: authenticate with Google account, access a worksheet, and update a cell. Note: uses older Google Data API (not Sheets API v4).","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}