Google Docs is a free, Web-based word processor, spreadsheet, slide show, form, and data storage service offered by Google.

learn more… | top users | synonyms (1)

0
votes
1answer
31 views

Is there a way of seeing the script code for an action I have performed?

I am new to writing scripts in Google Apps. I am trying to script various actions in Google Docs which previously I would have done through the main user interface. Is there a way of "recording" such ...
1
vote
1answer
31 views

Integrate Google Wallet with Google Apps Script?

I have been developing an event registration form with Google Apps script. The form is required to add the data entries to a Google spreadsheet and process orders with Google Wallet. I have tried ...
0
votes
0answers
19 views

Monitor Google Docs when document is downloaded

I am looking for Google Docs/Drive API facility that could help me to shoot an email when domain user downloads a document. i.e., when user downloads a document from Google Drive/Docs an email should ...
-2
votes
0answers
20 views

facebook login for google forms [closed]

I want to create a google form, where it asks for username and if they are interested in donating to poor. If they select yes and write some comment, that should be automatically shared on their wall. ...
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
0answers
11 views

Sending a confirmation email after a google form is submitted

I have looked at many resources to figure out what is wrong with my script but nothing is working. I am trying to send a confirmation email after a google form has been submitted. It seems like my ...
0
votes
1answer
11 views

Automatic Email from google docs based on vaule in spreadsheet

I have a google spreadsheet. When the value in cell D2 = 5, I want to automatically send an email to a given address. Could you help me with the code for this? Thanks
0
votes
1answer
37 views

How do I get the index of a column by name in a Google Spreadsheet script?

I'm trying to figure out how to retrieve the index of a column with a specific name in a Google Spreadsheet script. I'm working on a custom Google Script that automatically adds timestamps to a ...
0
votes
0answers
16 views

Google Docs Survey - add user id with url params

I need to add user ID via URL to survey created in google docs. Basically I want to append ?user=1234 to survey link so I can connect who filled which survey. I know that I can pass pre-filled value ...
1
vote
1answer
23 views

Filter out Text with Xpath in Google Docs

I'm using Google Docs to capture Business names, addresses and phone numbers. So far the formula below works perfectly on the site I'm using except for one small smidgeon of a problem in the text for ...
0
votes
1answer
8 views

Perform OCR on images in Google Documents

I want to use Google's OCR capability to extract words from images in a document I have. I know I can pull each image out and then reupload them to pull out the text or turn it into a PDF and then ...
0
votes
0answers
17 views

Embedding only the Text of a Document in iFrame

I have a Google Document, that I am using to retain information that the end user will be able to push to their website. This will function as a welcome message, that the customer can change and ...
1
vote
0answers
29 views

Google Data API very slow to read large spreadsheet

I am using the Google Data API for .net (https://code.google.com/p/google-gdata/) to read data from some Google Docs spreadsheets. I have found that reading from a large spreadsheet ( > 14000 ...
2
votes
1answer
53 views

Excel to Google Docs - Script

I have a spreadsheet that I currently use in MS Excel. I am trying to convert the sheet to a Google Docs spreadsheet, but am unable to get my excel script to function in google docs. It's a simple ...
0
votes
0answers
9 views

Filtering list of names with an array

So far I have a list of names in our group and an array of names of those with an assignment. I want to determine a list of names of people with any assignment (and ideally also how many assignments ...
0
votes
0answers
41 views

How to programmatically create and manage Google Forms via Google Document List API

We have a very specific need. We want to create a generic (Java based) registration system for Event organizers. So every Event organizer can define a custom form on our application, and then we ...
1
vote
2answers
26 views

evaluate formular from string (google docs)

is there a way to evaluate a formula that is stored in a cell? I'm looking for something like =EVAL(A1) where A1 is set to "=1+2". I found out that in MS Excel there is a EVALUATE() function, that ...
1
vote
1answer
34 views

Dates when exporting to CSV and reading into R

I'm using the R[1] package RGoogleDocs[2] to connect to my Google Docs, obtain a list of spreadsheets and import a specific worksheet from a specified spreadsheet. I can achieve this fine no problem ...
-2
votes
0answers
44 views

Pass form data to PHP script and then Google Docs Form [closed]

I currently have an HTML form which passes its data to a Google Docs form as a quick and easy way to store the data for sales reps to access (they all use Google Docs). This works great, but I'd like ...
-1
votes
0answers
11 views

Column Header Issue in Google Spreadsheet

I am accessing spreadsheet data as JSON in the following URL https://docs.google.com/spreadsheet/tq?tqx=out:xml&key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX I am getting the response in the following ...
-1
votes
0answers
14 views

preview google docs on google drive on a mac [closed]

Is there a way to have a preview show up in the preview pane of a google doc on google drive in the finder window? I am hoping there is some kind of add-on or plugin or something that will allow the ...
-3
votes
0answers
37 views

How Documents are drawn by Google docs viewer? [closed]

when user scroll to one page, Google docs viewer send image of corresponding page to client. But i can select text in this image to copy. I assume that Google docs viewer render text on surface of ...
0
votes
1answer
36 views

Permanent redirect (301) for Google Drive Site Publishing

Ref: http://googleappsdeveloper.blogspot.com/2012/11/announcing-google-drive-site-publishing.html Is there a way to set a Permanent redirect (301) for the content published using Google Drive Site ...
0
votes
0answers
43 views

Windows 7 PC crashes when using Google Doc in Chrome [closed]

Recently, I found my computer crashes frequently when editing Google Document in Chrome brower. This is my configuration: PC: Dell OptiPlex780, RAM: 4G OS: Window 7 Chrome: Chrome ...
0
votes
0answers
69 views

Any alternatives to Google Docs spreadsheet that allows unlimited ImportXML-type function?

First off, I'm a total novice when it comes to programming so any answers that require a lot of technical expertise/programming know-how aren't really going to work. I've had some success at scraping ...
0
votes
2answers
75 views

Calculating runtime minus Timestamp

I have a form which activates a procedure via an "On form submit" trigger. At the end of this routine I want to insert the difference in time between the form's Timestamp and the current time at the ...
0
votes
0answers
15 views

Google Docs - printing cell formulas with column letters and row numbers showing

In Google Docs, when I display formulas in the cells, how can I PRINT Column Letters A, B, C, across the top of the paper and Row Numbers 1, 2, 3, down the left side so the reader can see on the paper ...
0
votes
0answers
43 views

Multiple cases in switch statement (that continues on after case statements)

I am trying to get a JavaScript function to perform a switch statement that doesn't behave like a normal switch statement (i.e. switch, case, break) however, I am not sure how to go about it. ...
-1
votes
0answers
24 views

get the list of all files, which are edited by someone recently in google drive but not read by me

There are many files on Google Drive, which are shared by team members. Ex:- There are 300 files in Google Drive * 50 Files were edited by team members from last one week * All modified ...
2
votes
1answer
51 views

Google Drive file sharing popup in GWT application

Is there a simple way to integrate the sharing/permissions popup dialogbox for Google Drive files into a GWT+GAE (Java) application?
-2
votes
0answers
21 views

Google Docs Unread Files Notifier [closed]

I'ld like to get all the Unread files from my Google Drive using API (Either GooglerDrive/DocsList). Let me know, how we can achieve this?
0
votes
1answer
12 views

Return a Text Value for query against a numerical value in an adjacent cell?

I am trying to use an Array Forumla to look up a second worksheet, but instead of returning a value or a True / False answer, I want to return the text label for an adjacent cell. For example instead ...
0
votes
0answers
54 views

Google Docs Spreadsheet = What is faster: importXML, importData or importFeed?

I have data grabbed from a mySQL database via PHP, I want to import the data into Google Docs spreadsheet. I was wondering which form is faster for a file containing almost two thousand rows. ...
0
votes
1answer
22 views

Google Sheets QUERY…WHERE stopped working

I use the Google Sheets SQL-ish Query function to summarize data in a number of my spreadsheets. This has been working well for years, albeit slowly. Today, I'm having problems with some of my ...
0
votes
1answer
153 views

Transforming csv data for analysis and visualization

Say I have a csv file with following data format: ID, Name, Gender, Q1 1, ABC, Male, "A1;A2" 2, ACB, Male, "A2;A3;A4" 3, BAC, Female, "A1" I would like to transform it into following format so that ...
0
votes
0answers
91 views

Why FlexPaper instead of Google Doc Viewer? [closed]

FlexPaper is good online viewer but if you convert PDF to SWF with swftools where PDF file is made from images, then images quality in swf file is really poor. If the image contains only real images, ...
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
1answer
52 views

Retain leading zero(s) after SPLIT function (google-apps-script)

I have a column that contains cells with numbers and/or numbers separated by commas. Such as: 123, 456 987 321,5439,807 2024, 007,0193 I have a procedure that SPLITS and TRANSPOSES those cells ...
1
vote
0answers
46 views

Simple, how do I use variables in Google Docs Script, mailapp.sendmail(message), Javascript

I want to use variables in the example from Google but the standard substitution is not working. What is the trick? https://developers.google.com/apps-script/reference/mail/mail-app#sendEmail(Object) ...
0
votes
2answers
93 views

Paste Special Values (google-apps-script)

I have a range consisting of 3 columns and 2 (or more) rows. The middle column contains a formula: =TRANSPOSE(SPLIT(A1,",")) The script needs to move (cut) that range onto another sheet as values, ...
0
votes
2answers
105 views

Fill a range (multiple columns) down multiple rows - google-apps-script

I had success filling a single column (A) with the value found in range A1... var ss = SpreadsheetApp.getActiveSpreadsheet().getSheetByName("Sheet1"); var lastRow = ...
0
votes
1answer
78 views

On form submit trigger - scripting results from a Google Docs Form

I have a form that submits data which will require testing and manipulation once the new form data is appended to the spreadsheet. Therefore I hope to use an "On form submit" trigger to process the ...
0
votes
0answers
25 views

how to stop iframe changes from changing parent window position

I created a mortgage calculator in Google Docs and embedded it in an iframe. However, any change made in the calculator, or even scrolling in the iframe scrolls the parent page back up to the top. How ...
1
vote
1answer
22 views

Googledocs spreadsheet query wierd when sorting first field

I have a weird problem with referencing another sheet in my Googledocs spreadsheet. I have an address list with names, phones etc. and a category field. I have several tabs with a sheet for each ...
1
vote
1answer
86 views

Apply If/Then on a Range (google-apps-script)

I'm slowly working my way towards understanding how to formulate a common programming process, but I'm in need of someone who is willing to further teach me how to fish (in this JS pond). I want to ...
0
votes
1answer
47 views

Remove scroll-bar from iframe

I have a form from Google docs that I embedded in my website I want the students I coach to fill out but the scrollbar is annoying me. Any way to get rid of it? <iframe ...
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
1answer
40 views

Writing spreadsheet function via code

I want to write this into the range B1.. =split(A1," ") (the delimiter is a space) How do I do it using code? I tried this... var splitCell = "=SPLIT(A1," ")"; ...
2
votes
1answer
90 views

Showing document from Google Docs in a WebView

Problem with showing google docs in WebView (Android) this is my code mWebView=(WebView)findViewById(R.id.web); mWebView.getSettings().setJavaScriptEnabled(true); ...
0
votes
0answers
60 views

Printing document in embedded Google Docs Viewer from parent

I'm using Google Docs Viewer to embed various documents on a page. I am able to manually focus the embedded iframe and ctrl+p to initiate a print, which the iframe handles appropriately. The problem ...

1 2 3 4 5 19