Get data from specific sheets in google sheet and extract specific columns from it using gspread
I am trying to get specific column data out of specific sheets in one big google sheet. For example, I have a list of sheets Sheets = [‘Sheet 1’, ‘Sheet 2’, ‘Sheet 3’] and from these sheets, I want to retrieve specific columns like Column_headers = [‘A’, ‘B’] What I am doing right now is… Read More Get data from specific sheets in google sheet and extract specific columns from it using gspread