Skip to main content
0 votes
1 answer
114 views

I would like to know if there is someone intimately familiar with the Google sheets API who knows precisely what this error means: Exception: API call to sheets.spreadsheets.batchUpdate failed with ...
J_code's user avatar
  • 359
2 votes
0 answers
84 views

I want to replicate a sheet from Google Sheets to a Markdown type. I'm using the API to request it: from google.oauth2.service_account import Credentials from googleapiclient.discovery import build ...
David Amato Mantegari's user avatar
Best practices
0 votes
2 replies
94 views

I’m running into some confusion with OAuth scopes around Google Sheets and wanted to sanity check that I’m not missing something obvious. My use case is pretty simple: I let users pick a Google Sheet ...
Filipe Pina's user avatar
  • 2,249
3 votes
1 answer
78 views

I have a problem. I need to get info from merged cell, but this information only on first cell of this merged cell. F.e. I get request for cells C2:C3. But C3 is a part of merged cell A3:C3. How I ...
ReZord's user avatar
  • 21
0 votes
1 answer
69 views

The problem appears when i have a big amount of values in my pandas df. When i take 27 or 54 values(1 or 2 columns) it works normaly, but when i take more columns it gives me this erorr (i import gs ...
Oleksii Korna's user avatar
1 vote
1 answer
476 views

I'm trying to fetch a spreadsheet with Google SDK. I'm logged into an account with a Service Account Token Creator role and the service account has access rights to the spreadsheet. This is my code: ...
Szymon Gołębiowski's user avatar
Advice
0 votes
4 replies
79 views

I have an Add-On under review in the Google Marketplace. My Add-On runs in Google Slides and needs to access Google Sheets data to create various visuals in Slides. Specifically my Add-On pulls data ...
steeveesas's user avatar
0 votes
0 answers
30 views

Everything is in the title. Google Sheet API v4 doesn't have a native method to add an image into a cell. Google App Scripts doesn't work with a service account which I'm using. IMAGE() function doesn'...
Lexe.Elf's user avatar
0 votes
0 answers
76 views

I’m building a Flask web app for a Model UN conference with around 350-400 registered delegates. OCs (Organizing Committee members) log in. They scan delegate IDs (QR codes or manual input). The ...
Raghav Nirola's user avatar
0 votes
0 answers
67 views

I Have a sheet that is bringing across all the article ID's listed there (and associated names) in line with the said name of that sheet. Also above this information I am looking to make a simple ...
Isaac Whiteside's user avatar
0 votes
0 answers
168 views

I am building a script which is supposed to create and update documents in a certain folder of my Google Drive (personal account, not Google Workspace). If there is no document that particular name, ...
Ionică Bizău's user avatar
-1 votes
2 answers
505 views

In Google Sheets, if you click Insert → Pre-built tables and then for example Blank table, the vertical padding of cells changes and userEnteredFormat.padding stops having an effect (you can try ...
root's user avatar
  • 3,173
0 votes
2 answers
149 views

I'm trying to create a Table in a Google Sheet using the API in Python. I've constructed an API request that mimics the example one here. My request looks like this: { "requests": [ { ...
kviLL's user avatar
  • 465
0 votes
0 answers
41 views

I need to have =QUERY(IMPORTRANGE) or simply =IMPORTRANGE() in sheets2 and sheets3 to automatically do its' thing as soon as the exporting sheet (source file) receives the data from its' source (drive ...
Rand Petersen's user avatar
0 votes
0 answers
114 views

I am building a Node.js server-side application that needs to interact with the Google Sheets API on behalf of a user using the googleapis and google-auth-library packages. I have successfully ...
Nat's user avatar
  • 1,982

15 30 50 per page
1
2 3 4 5
411