The Google Spreadsheets data API allows client applications to view and update Spreadsheets content in the form of Google data API feeds. Your client application can request a list of a user's spreadsheets, edit or delete content in an existing Spreadsheets worksheet, and query the content in an ...
0
votes
2answers
19 views
Google Spreadsheet function gets data from all sheets instead of just one
This is the function I have written, which sends an email to notify someone whenever a specified cell/row/column is edited, and I have it set to trigger onEdit. It works as is.
/* This function send ...
0
votes
1answer
22 views
Google Spreadsheet Script - a more direct way of dumping array to sheet?
Just wondering if anyone could give me some pointers on a more direct way of replacing / overwrite a column on the SpreadSheet with that from a 2D array (memory).
Currently, the below code writes ...
0
votes
1answer
12 views
How to define headers in spreadsheet to get gsx$title attribute in JSON response from google spreadsheet API?
I am planning to use Google spreadsheet API to fetch data from a spreadsheet and render it in my mobile app using Sencha Touch. I have seen few blogs and tutorial which explain how to fetch and parse ...
0
votes
1answer
25 views
Simple Json format when requesting google spreadsheet
I am using the google spreadsheet api to read from a google sheet in javascript. I need to read this sheet:
...
0
votes
1answer
28 views
Google spreadsheed API with Sencha Touch Ext.List
I am using Sencha touch 2.1 to build a mobile app. I am trying to load a google spreadsheet as a datasource for a list.
I have made the google spreadsheet public you can find it at this link:
...
0
votes
2answers
34 views
Update Date or Send Email when a Specific Range is Edited
How do I tell cell C2 to set the date when cells A2 or B2 have been updated?
Further, how do I trigger the sending of my email function when A2 or B2 have been updated?
My issue is that onEdit fires ...
0
votes
1answer
20 views
Google Spreadsheet' API request limit
is there any limit on the number of request I can make in a day to the Google Spreadsheet API?
0
votes
1answer
30 views
How can I get the number of rows in a Google Spreadsheet using api?
Is it possible to fetch the number of filled rows without fetching the whole spreadsheet, or find the first empty row number?
I am using the python api wrapper if it matters.
0
votes
1answer
35 views
OnDataChange event for Google Spreadsheet in JavaScript?
I have an application that extracs data from google spreadsheet (embedded via iframe) to update a model of a single page app written in Angular + ruby in the backend.
I want to update the Angular ...
0
votes
1answer
29 views
List feed from Google Spreadsheet is missing rows
B"H
I am trying to import some data from a google spreadsheet.
It is a simple list of items with a few columns.
It was working perfectly for a while but now its giving me trouble
I am using the ...
0
votes
1answer
38 views
Google Spreadsheets Get Cell Comments/Notes
I'm having a nasty time learning how to use the gdata api and zend framework.
I've basically got a spreadsheet that I want the data from.
I've managed to get it into an array that I'm happy with ...
0
votes
2answers
26 views
Google spreadsheet API, unable to send mail
if( row.toString() =="Others") {
sheet.msgBox("success");
MailApp.sendEmail("xyz@abc.com","hi","hi");
}
else
sheet.msgBox("no");
using the above code i have been able to get a ...
0
votes
1answer
21 views
How can I selectively access a subset of a Spreadsheet with the Drive API?
Is it possible to do selective manipulation of large spreadsheets with the Drive API?
We're dealing with some huge spreadhseets that might have many dozens of tabs, and might be many megabytes in ...
0
votes
2answers
73 views
google apps script spreadsheet servicess appendrow double entry
I'm using GAS to write data to a spreadsheet and everything works as expected except for the part where it saves the record TWICE each time. I don't think the client or server functions are firing ...
0
votes
2answers
83 views
Google spreadsheet integration
I am trying to integrate with google spreadsheets but not sure if the workflow I have in mind is possible.
Here is the workflow:
A user chooses to add a spreadsheet to my webapp
He is redirected to ...
0
votes
3answers
47 views
Query Google Spreadsheet with Miso Dataset or other JS library?
I would like to use a Google Spreadsheet as a simple database.
Can I query for specific cells using Miso Dataset or another JavaScript library? I have seen Tabletop.js but I can't get the query part ...
1
vote
2answers
48 views
How to set trigger onOpen on a (Google) Worksheet instead of a spreadsheet?? (Focus last row)
i want to focus the last row on a specify worksheet (or if possible on every of them) so here is my function triggered by onopen on the spreadsheet :
function FocusLastRows() {
var spsheet = ...
0
votes
0answers
43 views
spreadsheet script, if I have an specific value in a cell, I need to autocreate a specific value in other cell
The script I need is one which could autogenerate a value in column E which depends on the string in column G, I will show you an e.g:
Column E Column G
04.16.13.21.06 pc ...
0
votes
0answers
50 views
jdbc google script insert fileBlob in db mysql
I'm working with google script and jdbc connected to the mysql db. I should insert a photo taken with google script and then insert it into a database. To take the photo I have no problems but I can ...
1
vote
0answers
52 views
Google Spreadsheets API Query orderby multiple columns
I am querying my Google Spreadsheets through the API (here is the functionality).
They offer the orderby functionality to query a worksheet in a specific order and not only by the row number, for ...
1
vote
1answer
49 views
How to sync the computer local data in Google Spreadsheet?
I would like to create a system that works in the background on the computer and when I turned on the computer it would send the time that the computer was turned on to a spreadsheet on Google ...
0
votes
2answers
90 views
Java and Google Spreadsheets API Authorization with OAuth 2.0
I want to read Google Spreadsheets using Java, and the recommended way to do this is using the Google Spreadsheets API.
The problem begins when you want to make procedures secure, so they encourage ...
0
votes
0answers
42 views
Connecting Google APIs to Chrome extension
I'm sure this is really obvious and easy to do, but I can't seem to find any information on how to do it.
So I have a chrome extension that does some stuff and gathers some data using javascript. ...
2
votes
2answers
156 views
Is it possible to use the Google Drive API with Spreadsheet API
Is there a way to tie Spreadsheets API in with Drive API? By which I mean, if I have a file ID from Google Drive can I then switch to the Spreadsheets API using the same ID and the same oAuth ...
0
votes
2answers
87 views
Google Apps Script Aditional Sorting Rules
I am working on a Google Apps Script spreadsheet application, and one of the abilities I would like the program to have is to automatically sort a series of form responses based on data from 2 ...
3
votes
1answer
94 views
How to use one code for multiple spreadsheets that can be updated, attempt to use Library
I have 200+ spreadsheet that our customers fill. I developed a script to manage the spreadsheets which is basically identical in function.
The problem is when I modify the script I need to change it ...
0
votes
1answer
47 views
pick from random list and decrement result for next pick
What i'm trying to accomplish is to pick randomly from a list of people in column A, however once they have been picked, they should be removed from the list. The idea is to create a roster which will ...
0
votes
1answer
56 views
getRangeByName stopped working! Document corrupted or known issue?
As referenced here (https://code.google.com/p/google-apps-script-issues/issues/detail?id=2589), calling getRangeByName stopped working on documents that were perfectly working until now. Is this a ...
0
votes
1answer
42 views
Maximum limit on number of people can access a public Google spreadsheet?
I am developing an application which fetchs data from Google Spreadsheet using query.
The data comes in JSON format. I want to know whether there is any restrictions on number of request that can be ...
0
votes
1answer
53 views
Can I create and populate a new Google Docs spreadsheet without authenticating the user?
I want to send some data from my site to a new spreadsheet in Google Docs.
For example, I'd like to redirect the user to ...
0
votes
0answers
27 views
Google Spreadsheet for local data only
Was looking for an excel style grid for JavaScript/.NET and was hoping to be able to leverage Google Spreadsheet but only as an editor. Would like to pipe data into the spreadsheet, allow the user to ...
0
votes
0answers
49 views
Google Analytics Data Spreadsheet - how to make multiple individual page requests
I am looking at the sample code to include Google Analytics data in a Google Spreadsheet (https://developers.google.com/analytics/solutions/articles/reporting-apps-script)
However, I need to make ...
0
votes
1answer
43 views
Google Spreadsheet jdbc connector
I need to use Google Spreadsheet with JasperReports Server, for that I need a JDBC connector for Google Spreadsheet.
I found this project, but it isn't updated since 2010.
I was wondering if maybe ...
0
votes
1answer
40 views
How do I copy a row with both values and formulas to an array?
Is there an API method that does the equivalent of what one might expect a method called sheet.getRange().getValuesOrFormulas() to do? That is (psuedo-code):
for each cell in the range
...
1
vote
1answer
165 views
Inserting rows in existing Google Spreadsheet with pure PHP
I have an existing Google Spreadsheet with a certain ID (seen in the URL).
I would like to add rows to it from a PHP script with simple code.
I would prefer not having to add huge libraries to do ...
0
votes
1answer
63 views
How to open a PDF attachment
Here is my problem: I have succesfully written a script to send a PDF attachment of a google worksheet. However, to print the file I have to open the attachment in the mail from the mailbox. I wonder ...
1
vote
1answer
280 views
Importing JSON via Google Spreadsheet API
I just want to pull my spreadsheet into an app/website. Ideally, I'd like it to be private, but first I'm trying to bring in the data with the spreadsheet "available to the public" and "published to ...
0
votes
1answer
61 views
Google Spreadsheet API Batch request - BatchInterruptedException: a response has already been sent for batch operation update id='R2C1'
I'm using the batch request example in Java from the link below. It has worked fine for two weeks, but suddenly it doesn't and I haven't change anything in the past weeks.
...
0
votes
0answers
64 views
Google Spreadsheet: How to copy each row and paste each value to unique sheets
I'm trying to figure out how to copy each row, then paste the contents from that row into the corresponding sheet named after the value in the row's A-column.
For instance if my "Report" sheet had ...
0
votes
1answer
54 views
How to set a value of a cell in google spread sheet using script editor?
this code is not working, I'm not able to set individual cell values from script editor.. here is the code below..
function everyyHour() {
var sheet = SpreadsheetApp.getActiveSpreadsheet();
var ...
0
votes
0answers
115 views
Query Google Spreadsheets API with Zend not working
I'm trying to send a structured query via the Zend Framework to the Google Spreadsheet API.
Here's the code:
$name = "Test Name";
$query = new Zend_Gdata_Spreadsheets_ListQuery();
...
0
votes
1answer
105 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.
...
0
votes
1answer
88 views
Need script to take comma-separated values across all rows in spreadsheet and substitute with values from 2nd spreadsheet based on a search
I am creating a calendaring/scheduling resource. The user inputs all calendaring/event data in a Google Form. Each time a form is submitted, the data populates to a "Form Responses" spreadsheet, where ...
-3
votes
1answer
18 views
sharing execution of script [closed]
I have a worksheet which I share with 3 users with edit privileges. Each sheet(for 3 users) are individually shared, that is, user 1 has no access to other than sheet 1 and so on...
I want them to ...
1
vote
1answer
148 views
email notification if cell is changed
need help with google script. I have multiple row spreadsheet.
Need a script that does the following:
If any cell in column G has been changed, then send email notification
to custom ...
0
votes
1answer
90 views
Setting the value of a spreadsheet cell using a script
I have created a script that runs on a timed trigger once a day, and its purpose is to copy a template spreadsheet and rename it using the current date. In addition, I would like to set the value of ...
0
votes
1answer
181 views
Detect user inserting row or column in a google spreadsheet and reacting in a script
In Google Apps Script, one of the basic tools is the onEdit trigger in a spreadsheet, which enables us to detect when a user edits a cell, and react to it.
How about when a user inserts a row or ...
0
votes
2answers
76 views
How to avoid google api spreadsheets incompatibility with calendar
In my GAE/J project I am attempting to use Google APIs, Spreadsheets and Calendar.
But Spreadsheets API CONTAINER includes the google-collect-1.0-rc1.jar that includes an older version of the Joiner ...
2
votes
2answers
499 views
How to get public Google Spreadsheet data using Google Spreadsheet API Java library without authentication
-what I want to do
I would like to get data from Google Spreadsheet using Google Spreadsheet API Java library without authentication.
The Google Spreadsheet is published with public.
I would like to ...
0
votes
0answers
68 views
How to detect referring URL using Google apps-script?
Using Google apps-script can I detect the referring URL (similar to HTTP_REFERER for Apache) to a form (built using Google Drive)?


