python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Google Apps Script: moveTo function throws exception for some users when a file is moved to a shared drive folder
In gSheets, I wrote an apps script which creates a DocX file based on a gDoc. The DocX file is then moved to the target folder, which is a shared gDrive folder.
Here's the code snippet:
function creat...
päger
Votes: 0
Answers: 2
How to find all GOOGLETRANSLATE formulas executed or not from external means?
I am developing a data processing app using Google Sheets and its API as backend .
In that I will upload all datas as arrays with GOOGLETRANSLATE via batchUpdate API like below
[hello_word,"Hello...

RagAnt
Votes: 0
Answers: 1
Add Criteria to Filter View using Google Apps Script (Advanced Sheets API)
I am trying to create a filter view with advanced sheets API. Everything I can find on it is in Python or some other language though, and I am NOT that advanced, I am barely making it through with goo...
Tyler Henderson
Votes: 0
Answers: 1
Why do i get TypeError in deleteDimision request using gspread (Python)
I'm trying to add rows and delete columns trough gspread, but i keep getting TypeError: string indices must be integers
Here's the code:
writeTo = client.open_by_key(file['id']).worksheet('Sheet1')
r...
GChaurio
Votes: 0
Answers: 2