Skip to main content

Google Spreadsheets Python API

Project description

Super simple Google Spreadsheets Python API.

Basic usage

Connect to Google Spreadsheet and set a value to a cell:

import gspread

# Login with your Google account
gc = gspread.login('thedude@abid.es','****')

# Open a worksheet from spreadsheet with one shot
wks = gc.open("Where is the money Lebowski?").sheet1

wks.update_acell('B2', "it's down there somewhere, let me take another look.")

Features

  • Open a spreadsheet by its title, url or key.

  • Select cells by labels, e.g. ‘A1’.

  • Extract range, entire row or column values.

  • Independent of Google Data Python client library.

  • Python 3 support.

Code and documentation

Check gspread on GitHub.

License

MIT

Download

Project details


Release history Release notifications | RSS feed

This version

0.1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gspread-0.1.0.tar.gz (13.3 kB view details)

Uploaded Source

File details

Details for the file gspread-0.1.0.tar.gz.

File metadata

  • Download URL: gspread-0.1.0.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for gspread-0.1.0.tar.gz
Algorithm Hash digest
SHA256 7769fe01cf1b5161cb1fd235c951c185433dcf9996fc998a59febf3b1527a7db
MD5 aa39ff648cdaa5e0f6bf51e5d6c0243a
BLAKE2b-256 3101aa1501ee1aef5e1ece811aac52d0b82fddcc8c5122fbca6c184ebb2d3413

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page