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).
pip install spreadsheetNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: authenticate with Google account, access a worksheet, and update a cell. Note: uses older Google Data API (not Sheets API v4).
Consider migrating to google-api-python-client with google-auth for Sheets API v4.
Use a Google App Password if 2FA enabled, or switch to a modern library like gspread or pygsheets.