Tagged Questions
0
votes
2answers
52 views
Google Script to email form answers and questions to a user
I am trying to make a simple script that sends an email to a user who fills out a survey through a Google Form.
They will take the survey, answers are recorded in a spreadsheet, and this script will ...
0
votes
1answer
46 views
Find date in sheet and color it
I'm trying to change this script to search for the date (now) and color the found date in the sheet.
Original script;
function findThis(val) {
var data = ...
0
votes
1answer
31 views
Summing same cell across hundreds of google Spreadsheets
I have hundreds of reports in my google drive. Each report is it's own file (Spreadsheet (one sheet)). I need a total of cell B10 from all those spreadsheet.
It would be great if there was a function ...
0
votes
0answers
99 views
Linking to another HTML page in Google Apps Script
When linking from ScriptDbConsole.html to legend.html I get the following error message:
Sorry, the file you have requested does not exist. Please check the
address and try again.
This would ...
0
votes
1answer
47 views
Can you use google scripts on a website that's not created under Google Sites?
Google Scripts has a way to be embedded into a Google Site, but I'm wondering if I could use a Google Script with a website that's not hosted by Google. The purpose of this google script is as a ...
0
votes
1answer
108 views
Google Script - how to replace cell values in Sheet 1 by searching Sheet 2 for those values and returning correlating data from another Sheet 2 column
Google Spreadsheet / Scripting Question:
Disclaimer: I am a beginner. Any explanation helps me tremendously.
Long story short:
Worksheet 1, Column N contains comma-separated values.
...
-1
votes
1answer
129 views
How to call google apps script function from php script? [closed]
i have google apps script function which is run complete on spreadsheeti want call this function using php script if this is possible any way then suggetion me..please
0
votes
0answers
74 views
Range sheetname issues google apps script embedded charts
I am trying to get a chart from spreadsheet A. I take this in to a Chart object, and try to put it back in spreadsheet B.
I always get a 'unknown sheetname' error. I have been trying to put new ...
1
vote
1answer
74 views
Store PDF to Google Drive
Does anybody know how to do a Script tha create a PDF from a Google Doc and store it into Google Drive?, this was my function
var Folder = DocsList.getFolder(FOLDER);
var doc = ...
0
votes
2answers
76 views
How do I apply a script to only one sheet within a google spreadsheet
I have a google spreadsheet with two sheets called Robin and Lucy.
I've made/found/mangled a script to sort the data on the sheet each time I add some data to column A
function onEdit(event){
var ...
0
votes
1answer
100 views
Google Apps Scripts getFirstName and getGivenName error
I am working in Google Apps Script trying to pre-populate a field with the currently logged in users first name and last name. According to Google's documentation I should be able to get this with ...
0
votes
1answer
89 views
Google App Script LDAP Access Control
Is there a way to restrict access to an application built on Google App Script using LDAP? Can Google App Script access LDAP?
1
vote
1answer
41 views
google apps script I want to define a recurrence for all months first saturday
I have a problem with recurrence. I'm not able to define a recurrence for all months, only the first saturday
I have this code:
var bck_startdate = new Date("January 7, 2012 22:00");
var ...
-2
votes
2answers
77 views
Employee of the week award script modification not working
I have modified the "employee of the week award" and cannot get it to pull accurate data to my document upon from submission.
My goal is to:
1) Fill out the form with the required details
2) ...
1
vote
1answer
237 views
Automatically delete files in google drive
Is there an app or script I can use that will automatically delete files (specifically .jpg) in my root google drive directory after 30 days or when my google drive is close to getting full.
I have ...
1
vote
0answers
70 views
Google apps script - Iterate through elements / widgets / controls
can someone tell me, how to iterate through UI elements / widgets, which has been created by myselft using app.create[Widget] command ?
Example:
function doGet(e) {
var app = ...
0
votes
1answer
54 views
How do I build a datagrid using google apps script?
Using Google Apps Script + GUI API, How can I build a datagrid?
I am trying to build an object to show a range from spreadsheet into google site, with title columns, data, and clicking on the title ...
0
votes
2answers
67 views
why isn't google apps script sending invitations
The Google Apps script ran in a spreadsheet below works all except sending the invites. Using sendInvites:true the event is created in the calendar and the guests are added but no email is sent. I ...
1
vote
1answer
86 views
Manipulate height of cells on google document using google apps script
I'm trying to draw a table on Google Document using Google Apps Script then convert the result to PDF. That works fine but I couldn't manipulate a height of cells.
Here is my code :
var ...
0
votes
0answers
22 views
.isStarred() not returning all starred docs from .getFiles() in Google Apps Script
When I try to get my files from my DocsList and write the starred Docs to a panel, I get a small set of random starred docs - not the entire set. I expect to see ALL of my starred docs, not just ...
0
votes
1answer
70 views
Google Apps Script - Issue getCalendarsByName then getEvents
I am building a Google Apps script code that will write the events from a Calendar to a Spreadsheet.
The Calendar I want to use is not my default calendar, and I want to get this calendar by name.
...
0
votes
1answer
39 views
Cannot produce a background image in a panel in Google Apps Script (GAS)
I was under the impression that 'backgroundIamge' is supposed to be supported in .setStyleAttribute to allow the user to set a background image in a panel via something like this:
...
0
votes
1answer
99 views
Google Apps Script Rename Second Sheet on workbook
How do I create a script to rename the second sheet in a workbook no matter what the current sheet name is? I have a script that deletes all of the sheets except for the 1st and 2nd one. The I want to ...
0
votes
1answer
49 views
Datetime in Apps Script
var dataInicial = '2012-11-01 00:00:00';
var dataFinal = '2012-11-02 22:00:00';
var strOrders = stmt.executeQuery('SELECT orders_id, date_purchased FROM zen_orders WHERE orders_status IN (3, 48, 49, ...
0
votes
0answers
247 views
Google Docs Custom Refresh Script
I'm trying to write a script that allows me to execute commands as soon as Google finishes making calculations (i.e. I'm trying to add to a script to Google docs that imitates some VBA "Calculate" ...
0
votes
2answers
288 views
Google apps script to pull text from website
I have a shell script I made to pull the amount of players listed on a game website for example. I took the number and added a timestamp and put it on google spreadsheets so I could make a graph over ...
1
vote
1answer
196 views
DocumentApp.getActiveDocument() returns null
How can I access the active google doc?
function test() {
var doc = DocumentApp.getActiveDocument();
Logger.log(doc.getName());
}
Logger returns null.
However, there exists an active (opened) ...
1
vote
1answer
116 views
Google Apps Script UIApp : no way to create a clickable row in a dashboard tableChart?
I am a beginner in programming and I made a dashboard (populated by a spreadsheet) with Google Apps Script UIApp for my Google Apps website but I can't find the way to create a clickable row in the ...
2
votes
1answer
112 views
How to hide grid lines in google spreadsheet programmatically in a script
Is there a programmatic way to control hide/unhide Gridlines or protected ranges in Google spreadsheet? There is an option in the menu - View > Gridlines or Protected Ranges to do this. But I want to ...
1
vote
1answer
55 views
Expense aproval send error google apps script
I am trying to get an expense approval sheet working, most of it now works, but when I submit the script to send the approval results to the user and the sheet. I get following error:
TypeError: ...
1
vote
2answers
231 views
2d subarray index google script
I have 2D array question in google spreadsheet using app script.
I know to get make the code fastest, I'm supposed to use as few get and set functions as possible. So I'm trying to read a whole sheet ...
1
vote
0answers
128 views
Google Apps Script UI Instances
This is my first question regarding Google Apps Script. First and foremost, I love this tool. However, I have run into a very huge issue. In our school district, I created a Web App to edit the ...
0
votes
0answers
18 views
Google apps script - document unviewed state
Quick question - is it possible (is there any function in google apps script) to get "read by me" state of a google document? (When someone else edited shared doc. that I havent seen yet)
0
votes
0answers
124 views
Call back element null in Google Scripts
I'm new to Google Scripts (like 4 days new XD) and am having trouble with a handler attached to a button. Here is the code
/**
* Creates a new site page using the Sites API.
* For more information ...
1
vote
1answer
294 views
Using a google drive script to send a confirmationmail containing a photo upon form submittal
I created a form for a mailing list. That form also has a pretty common script that sends a confirmation email to the user upon form submittal
My code so far:
function formSubmitReply(e) {
var ...
0
votes
1answer
154 views
Customizing Google Form Responses in the Related Spreadsheet
I have been searching for a simple solution to this for a while and cannot seem to come up with anything. I am relatively new to googledocs but I think I have done my homework on this one.
I am ...
0
votes
1answer
142 views
How to record the last modified time in the comment that was edited in spreadsheet?
It's easy to record the last modified time in a comment on the cell that was edited (see onEdit() https://developers.google.com/apps-script/understanding_triggers )
But how to record the last ...
1
vote
1answer
200 views
Automation Of Adding New Group Member in Google Apps--Using Google Script
I am trying to accomplish what I imagine would be a fairly simple automation in Google Apps, but I am new to Google Scripts and am having trouble figuring out how the triggers to execute the script ...
1
vote
1answer
224 views
Google Script getElementById from GUI to edit
I have one TextBox (named BoxUser) and a PasswordBox (BoxPAssword) with value Password (*******) in the GUI which i have created
Now i want to edit BoxPassword field value to: " " when a user write ...
0
votes
1answer
132 views
google script I get this error “Cannot find folder”
I'm using Google Code unchanged (except for the folder name) yet I get the error "Cannot find folder".
I've checked the spelling of the folder name and tried several different folders in "My Drive" ...
0
votes
1answer
33 views
Google scripts run for trashed documents
I've deleted spreadsheets with scripts attributed to them that run on a timed frequency. I also had notifications setup to inform me when a script had an error.
Since delete them I've gotten a steady ...
1
vote
1answer
346 views
getting TextBox Value in ClientHandler google apps script
What I would like to do is the following:
var handler1 app.createClientHandler().
forTargets(textbox2).setText(textbox1.getText());
However .getText doesn't exist on the client side.
...
1
vote
1answer
48 views
Adding waypoints to DirectionFinder object in Google Apps Script
i use directionFinder in Google Apps Script application and I want do add some waypoints. Everything works well when i add this like this:
var directions = ...
0
votes
2answers
119 views
How to update a Google spreadsheet from a webpage
I am working on a website that uses a Google spreadsheet like an SQL database (did so by publishing the csv file to the web, and reading that as a multidimensional array). Now, I have come to the ...
0
votes
1answer
344 views
Run Google Apps Script Function via API
I have a few Google documents; some are normal Docs, some are Google Scripts.
When I'm logged in with my account, I can run one of my scripts manually, that interacts with my Docs (it opens an ...
0
votes
1answer
51 views
getEditors() getOwners()
can i get editors & authors of all the pages of site separately from Apps Script.
I want to do it because I am using Page Level Permissions for pages. So seperate pages have seperate owners & ...
0
votes
0answers
58 views
Can a Google Apps Script copy another apps script?
If I own two Google Apps Scripts, is there currently a way for me to have one create a copy of the other? I can create copies of documents and sites with scripts, but can I create copies of Scripts ...
0
votes
0answers
204 views
Client handler Regex validators in Google Apps Script
I am coding a extended UI web form in GAS. I have several controls there. I have added client handlers to validate the input on the text box.
However, when I try to use validateMatches and ...
0
votes
1answer
329 views
Change cell color according to values below
I've been looking all over the place for a way to change the color of a cell according to the value of a the cell below in Google spreadsheet.
Each cell within the range A1:F1 needs to change color ...
0
votes
1answer
71 views
Issues with getRoot Google Apps Script
I am having problems deploying a script as a web app. Here is the extremely simplified version of what I want to accomplish.
function doGet (e) {
var userRoot = DocsList.getRootFolder();
var ...

