Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
0 votes
0 answers
18 views

I have a Google Docs template with: A branded first‑page header (logo, text, etc.) with “Different first page” checked A footer that will appear on all pages, including the first page. I need to ...
Adrian's user avatar
  • 1
0 votes
1 answer
48 views

I would like to export columns from a google sheet such that the exported .txt files are named after the column heading. Is it possible to change the value of "column" + index below to be ...
Trail's user avatar
  • 1
1 vote
1 answer
26 views

I would like to paste from one tab to the address of a cell in another tab, where the value changes. The problem I'm trying to solve is: how do I write the Apps Script code so that: var spreadsheet = ...
shacum's user avatar
  • 13
-1 votes
0 answers
21 views

Component: Apps Script > Deployment / Web App Description: I am experiencing a critical issue with the "Manage deployments" feature in the new Apps Script editor. When attempting to ...
Aunchapong RAKCHAT's user avatar
0 votes
0 answers
22 views

Google Apps Script/Google Sheets issue... The custom function in code.gs: function SHEETNAME() { return SpreadsheetApp.getActiveSheet().getName(); } Then in Sheet1 cell A1 put: =SHEETNAME() A1 ...
rwired's user avatar
  • 1,133
2 votes
1 answer
66 views

I'm trying to make an online service for my Android app using Google Apps Script. The users simple log in to their Google Account inside the app, grant necessary permissions to the corresponding GCP ...
Pion Developer's user avatar
0 votes
1 answer
72 views

as per below code, from GoogleSheet, I wanted WhatsApp to open with some specific text ready to be sent when user sets a cell to "Ready to Print". The problem is every time a column in ...
Valerie Ho's user avatar
0 votes
0 answers
41 views

I have recently gotten into Google Scripting to manage a School's IT space. I am currently working on a script that should check any students who have left and remove their paid licenses. However, I ...
Leon Sangster's user avatar
2 votes
1 answer
99 views

I have an application (running on an IoT Boron device from Particle) that posts error messages to a Google sheet via a Webhook Web Form. The sheet serves as a log of application faults and this has ...
blshaw45's user avatar
1 vote
1 answer
53 views

I have a table which looks like this: I want to copy the first two columns of data and insert them before the EOF, but empty them before the paste. The end result should look like this: So far, my ...
Stuart L's user avatar
  • 181
-2 votes
1 answer
41 views

I am trying to create a simple Invoice generator that includes our company logo, but the logo will NOT render in the final PDF. I am designing the invoice template using HTML instead of a Google Doc ...
Amanda Schneider's user avatar
0 votes
1 answer
65 views

I’m having trouble getting a log-based alert policy to work in Google Cloud Monitoring. I can see the logs in the Logs Explorer and the filter seems to match correctly, but the alert never triggers ...
Kacper Bednarski's user avatar
0 votes
1 answer
71 views

Hopefully, the title is clear. What I am NOT asking. How to update the cells background color to match the Theme via hex color code. How to update the spreadsheet theme colors themselves via appscript....
JesseRigon's user avatar
0 votes
1 answer
60 views

I’m building a Google Docs add-on using React + Google Apps Script (via clasp). From the sidebar, I receive a .docx file as a Base64 string (binary content). I can successfully convert the .docx to a ...
Muhammad Talha's user avatar
1 vote
3 answers
157 views

I have a script which checks the value of a series of flags before deciding on an execution pathway. Because of the way the script executes, the flag values are held as script properties, therefore ...
Stuart L's user avatar
  • 181

15 30 50 per page
1
2 3 4 5
3797