Skip to content
burnash edited this page Jan 6, 2012 · 5 revisions

gspread community wiki

Introduction

gspread is a Python library for dealing with Google Spreadsheets.

Features:

  • Open a spreadsheet by its title or url.
  • Extract range, entire row or column values.
  • Independent of Google Data Python client library.
  • Python 3 support.

Project's page

https://github.com/burnash/gspread

Documentation

http://burnash.github.com/gspread

Cookbook

Please, share your recipes in the wiki Cookbook

Clone this wiki locally