Tagged Questions

Questions related to accessing a Google Spreadsheets document

learn more… | top users | synonyms

12
votes
8answers
4k views

Access Google Spreadsheet or Google Data API only with Javascript

I want to access Google Spreadsheets using JavaScript Only. ( no .NET C#, Java ) I came here and was shock to know that there is NO api for JavaScript for accessing Google Spreadsheet. Please tell ...
7
votes
1answer
225 views

Writing to Google Docs Spreadsheet using PHP

Is there anyway I could write data to a Google Docs Spreadsheet using PHP, besides the Zend library? I have tried the Zend library, and while it is helpful, I want to be able to specify a specific row ...
7
votes
2answers
1k views

Copy a Google Docs Spreadsheet using Google .NET API

I'm wanting to copy an already existing Google Docs Spreadsheet to a new Google Docs spreadsheet. I dont think the v2.0 .NET API can handle it natively (or if so I can't find the class/method), ...
5
votes
1answer
236 views

How safe am I signing into Google Spreadsheets with yeroon.net/ggplot2

I am impressed by what I have seen of yeroon.net/ggplot2 which is a web interface for Hadley Wickham's R package ggplot2. I want to try it out on my own data. The part that has me very excited is that ...
5
votes
2answers
1k views

Google Docs Spreadsheet Automatic Coloring

I am looking for a way to automatically change the color of the minimum cell in a row in google docs spreadsheet. So, for a table like 1 | 2 | 3 4 | 2 | 1 2 | 1 | 6 It would color all the cells ...
4
votes
1answer
1k views

Using Google Docs and Google Spreadsheet API's for Android

I am planning on using the Google Documents List, and Google Documents Spreadsheet API's for uploading a database from my app to a spreadsheet online and then editing it. I just wanted to know if ...
4
votes
1answer
580 views

How to add header in google doc spreadsheet

I am using gdata-spreadsheet-3.0 jar to enter data in google doc spreadsheet. I am using (new ListEntry()).getCustomElements().setValueLocal("Header Name", "Value"); But I don't want to create ...
4
votes
2answers
437 views

Google Docs Date Changing

I have three scripts that are in a google docs spreadsheet. In this spreadsheet, in column H (or column 8), if I type an "x", the script changes it into that days date. After a few days, every date ...
4
votes
3answers
632 views

Setup flag in Javascript

Below is a script I am using for a Google Docs Spreadsheet. These links show what I am doing: http://i.stack.imgur.com/uGik7.png http://i.stack.imgur.com/AbKnQ.png How can I set up a "flag" so ...
4
votes
2answers
1k views

Best way to connect a spreadsheet to web database

I'm using web based database for which I need to add spreadsheet capabilities to its front end. I was thinking that I could use Google Docs Spreadsheets. Their Google App Script seems to have the ...
4
votes
2answers
2k views

Import JSON data into Google Spreadsheet

I am pulling data down from a webservice and it is formated as JSON. I am writing a google apps script for google spreadsheet that will populate the data form me. my problem is, I can't seem to get it ...
3
votes
1answer
141 views

How to skip hidden rows while iterating through Google Spreadsheet w/ Google Apps Script

I have a Google Spreadsheet with many hidden rows in it, and I want to skip them when iterating through a list of rows in the spreadsheet. It's mainly an efficiency issue, as I'm dealing with over ...
3
votes
2answers
227 views

How can I read and edit Google Spreadsheets using Python 3.x?

I know I can read and edit Google Spreadsheets with gdata, but there is no gdata version for Python 3. Is there a (not really really complicated) way to edit Google Spreadsheet even though I want to ...
3
votes
1answer
952 views

Can I submit form info to Google Spreadsheets with jQuery's AJAX?

I like being able to use google spreadsheets, but it's tricky to integrate into my site visually. So I was thinking that I would recreate their form (an easy cut/paste), submit the form via AJAX, the ...
3
votes
2answers
368 views

Google spreadsheet as db for web applications

Does anyone know if I can use Google spreadsheet for storing results of my custom HTML form? I know that Google spreadsheet allows creating a form on a Google domain itself but is it possible to use ...
3
votes
3answers
202 views

Duplicate Google Spreadsheet on Demand

I've created a pretty complex Google spreadsheet. I would like a user to be able to click a button or follow a link, and get a copy of this spreadsheet where they can fill in data. I would later ...
3
votes
2answers
807 views

Can't connect in C# and google spreadsheet api

Trying to access google spreadsheets using their api. following their example, the code doesnt work, and its not obvious why. All I'm trying to do is to connect, and I keep getting back the same ...
3
votes
1answer
2k views

Google Spreadsheet multiple column filter using OR

I have a Google Spreadsheet with 3 columns which are either blank or have a value. I want to get the count of the number of rows that has A and either B or C populated. If I were writing a SQL query ...
3
votes
3answers
2k views

How to save data in unpublic google spreadsheet using PHP without Zend Gdata library?

How can I save data in unpublic google spreadsheet in PHP without using Zend Gdata lib? I can't use Zend libs, as it's shown on google tutorials, because the php server on which I'm running the script ...
3
votes
4answers
5k views

How to use the Google SpreadSheets API to feed data to an application?

I've read through the Google Spreadsheets API PHP documentation. All examples are using Zend, which I cannot use. See this page: ...
3
votes
5answers
5k views

What would be the spreadsheet function to sum all values in one column based on criteria from another column (I'm using google spreadsheet)

I want a spreadsheet function that will produce a sum of all values in column B for when column A is equal to 'X' and when it is equal to 'Y' A B X 10 Y 3 X 7 X 22 Y 4 Y 9 ...
2
votes
2answers
217 views

Google Spreadsheet - disable editing

Is it possible to disable EDIT in a few columns of a google spreadsheet for shared users - so that only the owner has the edit permissions for all rows and columns? Thanks.
2
votes
2answers
94 views

How to fix the function value in Google Spreadsheet?

How we can fix the result of function in Google spreadsheet? For example, I have entered =2*A1; for B1 and what should I do to keep B1 fixed so that it won't be affected by the changes in A1. ...
2
votes
1answer
324 views

Axis scale in google charts (from google spreadsheets)

I've generated chart form google spreadsheets. In my report for horizontal axis I have values: 1 ,2 ,3 ,4 ,5 ,10 ,20 ,30 ,40 ,50 ,100 ,200 ,300 ,400 ,500 ,600 ,700 ,800 ,900 ,1000. Chart interprets ...
2
votes
1answer
166 views

Google spreadsheet with hyperlinks via JSON

I'm using json-in-script to put content from a Google Spreadsheet on a web page. The spreadsheet has hyperlinks on some of the text in the cells. JSON doesn't seem to be getting anything other than ...
2
votes
2answers
397 views

print random row from Google Spreadsheet via php

I would like to create a PHP script that fetches a few rows from a Google Spreadsheets and display it in html. $authService = Zend_Gdata_Spreadsheets::AUTH_SERVICE_NAME; $httpClient = ...
2
votes
2answers
544 views

How do you access Google service using a java client?

I am developing a java application which is registered on Google Apps Engine (GAE) with the name "searcegadget2". I have implemented 3-legged OAuth with OAuthHmacSha1Signer(). I am getting the Access ...
2
votes
2answers
245 views

How can we write to local disk (ie on files on the client) using Javascript

I need to save some data from a Chrome Extension either to a local disk file or Google Spreadsheets. The problem I am facing is being able to find a right solution for writing to files using ...
2
votes
2answers
897 views

How to copy a row from one google spreadsheet to another google spreadsheet using google apps script?

Hello I wanted to copy a particular row from one spreadsheet to another spreadsheet using google apps script.Can anyone please help me to get the answer for this.
2
votes
1answer
167 views

Javascript placement of code

This is a script I have for a google spreadsheet. It all works except the last two lines of code. I'm not sure where to put them to work. I know they are correct, just not in the right spot i guess?? ...
2
votes
2answers
740 views

How do I create the first line in a new Google Spreadsheet using the API?

This is how I create the spreadsheet: DocsService client= new DocsService ("idea"); client.useSsl (); client.setOAuthCredentials (oauthParameters, new OAuthHmacSha1Signer ()); DocumentListEntry ...
2
votes
1answer
528 views

Writing to an empty cell in Google Spreadsheets

I would like to have some Javascript code running in a web browser write to a Google Spreadsheet in the user's Google account. The Javascript API is a bit long-winded, involving lots of round trips, ...
2
votes
2answers
504 views

Need help: Reading my Google spreadsheet, keeping it private

Getting super frustrated trying to get this working. Basically this is for a site (x10hosting.com) where I can't include the zend gdata framework, so I'm trying to use the Google Data API with php ...
2
votes
2answers
644 views

Reading Google docs spreadsheet

Is it possible to pull rows from a Google Docs spreadsheet using PHP? In SQL I would use something like: SELECT * FROM table WHERE field = 'value' LIMIT 1 Is there a way to do this? I've heard you ...
2
votes
1answer
238 views

How to enclose every cell with double quotes in Google docs spreadsheet

I have utf-8 data which I would like to save as csv. My old version of Excel mangles utf-8, so I have to resort to using google's spreadsheet which handles utf-8 beautifully. Some of my data have ...
2
votes
2answers
641 views

Is it possible to automate Google Spreadsheets Scripts (e.g. without an event to trigger them)?

Does anyone know if it's possible to use Google Apps Scripts to run without needed a manual event? Meaning - I would like to set up a spreadsheet to send a form every day at a specified time. I have ...
2
votes
3answers
625 views

Google Spreadsheet API problem: memory exceeded

Don't know if anyone has experience with the Google Spreadsheets API or the Zend_GData classes but it's worth a go: When I try to insert a value in a 750 row spreadsheet, it takes ages and then ...
2
votes
1answer
672 views

Set cell format in google spreadsheet using python api

I am using gd_client.UpdateCell to update values in a google spreadsheet and am looking for a way to update the formatting of the cell i.e. color, lines, textsize..... Can this be done? Are there ...
2
votes
1answer
2k views

Run Google apps script on Google-Spreadsheet event?

If I create a Google apps script, can I hook it up to Google spreadsheet to run based on an event, or must I manually invoke it? I don't know if Google spreadsheet supports any events. For example: ...
1
vote
1answer
18 views

Google spreadsheet to present date as first day of the month

In google spreadsheet I'm looking for an array formula that i can use to provide the first day of a month for a given date. eg. "A1=1/17/12 20:30" and i would B1 to read "1/1/12" and so on. The ...
1
vote
1answer
32 views

Google spreadsheet API Javascript

I want to use javascript to access/edit my google spreadsheets. Google provides API here http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html. But I don't know how these code ...
1
vote
1answer
48 views

Building a 'bot' that lives in a Google Spreadsheet

I'm wondering if there's Google Apps API support for building a bot that lives in a Spreadsheet and interacts with users via the in-document chat features. I can't find a Google Apps API that defines ...
1
vote
1answer
75 views

Google Spreadsheet conditional formatting using ruby or python

Does anybody know how to apply conditional formatting to a google spreadsheet document using ruby or python?
1
vote
2answers
110 views

Google apps script: how to persist data in spreadsheet between different function calls?

In a Google spreadsheet using the Script Editor, I do function calls, but I am not quite sure if the best way to store persistant data (data that I will continue to use) is to use global variables ...
1
vote
2answers
91 views

Automate Spreadsheet to strings.xml for localization

I have a google spreadsheet of the translations of all my strings.xml resources. Each language is a column. And the first column is the string resource ID. Do you know of a tool that I can use to (or ...
1
vote
1answer
42 views

Function to substitute and add cells Excel / Google Spreadsheets

I tried searching around but I'm sadly not even sure how to word the search. What I'm trying to do is make the G4 cell the sum of the selected employees salary and the selected package. E4 and ...
1
vote
1answer
119 views

Google Apps Script: how to access or call “Send this form to others”?

I have a form attached to a Google Apps spreadsheet. It's a form to let my coworkers submit agenda items to our weekly review meeting. I'm writing a script to automatically email a reminder to the ...
1
vote
1answer
94 views

Add header via Google Spreadsheet API

I am unable to insert a header (or any regular data) into a newly created worksheet via Java API. The standard way to insert data is to provide a header and value e.g ...
1
vote
1answer
119 views

Can I generate a file from Google Spreadsheets Script?

I'm using google spreadsheets to prototype a bunch of numerical data for something I'm doing. Is there a way to essentially export a subset to a text file? Effectively, what I'm aiming to do is export ...
1
vote
1answer
592 views

Google apps script update fusion table from spreadsheet script

I would like to create an apps script in a google docs spreadsheet that will periodically copy rows from the sheet and insert them into a fusion table. Below I've pasted my best attempt, but it should ...

1 2 3 4 5