burnash/gspread

Google Sheets Python API

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 36 minutes ago
Added to GitGenius on September 8th, 2026
Created on December 2nd, 2011
Open Issues & Pull Requests: 73 (+1)
GitHub issues: Enabled
Number of forks: 981
Total Stargazers: 7,506 (+0)
Total Subscribers: 155 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

gspread is a Python library that provides a simple interface for working with Google Sheets through the Google Sheets API v4.

The library solves the problem of programmatically accessing and manipulating Google Sheets without needing to write complex API calls directly. It abstracts away the underlying API complexity by offering straightforward methods to open spreadsheets by title, key, or URL, read and write cell ranges, manage sharing and access control, and batch multiple updates together. The approach centers on providing a Pythonic interface that handles authentication and API communication transparently.

Developers should choose this tool if they need to automate spreadsheet operations in Python without managing low-level API details. It suits projects that require reading data from or writing data to Google Sheets, managing worksheet structure, or controlling sheet access programmatically. The library requires Python 3.8 or later and handles Google API authentication through credentials created in the Google API Console.

The project is currently seeking new maintainers to continue development, as the existing team is unable to maintain it. A major version transition occurred that introduced breaking changes, including swapped argument order in the update method, a requirement for 2D arrays instead of lists, migration from dictionary-based to hexadecimal color representation, and removal of the filtered record retrieval method in favor of fetching all records. The project maintains comprehensive documentation and encourages users to ask questions on Stack Overflow using the gspread tag.