burnash / gspread

Google Sheets Python API

Home Page:https://docs.gspread.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add new `Worksheet` init arguments to migration guide

lavigne958 opened this issue · comments

Overview

Add the new Worksheet init signature to the migration guide.

Details

The Worksheet class got upgraded a bit.
It now requires new arguments in order to be initialized.

  1. the spreadsheet_id of its parent spreadsheet
  2. the HTTP Client required to make HTTP requests.

Add these changes to the migration guide.