Questions tagged [google-docs]

Questions related to interacting with Google word processing Documents programmatically. Usage questions about the web application should be posted at Web Applications Stack Exchange.

Google Docs is a cloud-based application and service for creating and collaborating on word processing documents. The service supports an internal API for Google Apps Script as well as an External API.

Usage questions about the web application should be posted at Web Applications Stack Exchange or the Google Drive Help Center instead of here.

Note: Google has historically used the brand "Google Docs" to encompass a suite of products, but since conforming to that would introduce ambiguity here, the tag is specifically for word processing documents while refers to the suite.

2953 questions
0
votes
1 answer

How can I embed a Google Docs Collection into a webpage?

I have a Google Docs "Collection" within my organization, which uses Google Apps. I want to make all of the files in this collection publicly accessible for download via a webpage. I know I can "share it with a link" and put an iframe in the web…
cwd
  • 47,510
  • 50
  • 154
  • 194
0
votes
1 answer

Slicing cells in Google docs

Exported data from Arcmap to Google Docs. Coordinates have excessive amounts of decimal data, is there a fast way to shorten the data? IE: 123456.7890 --> 123456 I don't mean just displaying shortened values, I mean actually eliminating the data…
Jacques Tardie
  • 517
  • 2
  • 9
  • 15
0
votes
1 answer

dynamic HLOOKUP in google doc spreadsheet

I would like to create a HLOOKUP in google doc spreadsheet: =HLOOKUP(aValue;DEC10!$D$2:$W$3;2;FALSE) I have another cell A16 that contains 'DEC10' (a characters cell) 'DEC10' is here the sheet name of the table in which I want to search. How can I…
RockScience
  • 15,586
  • 22
  • 74
  • 117
0
votes
1 answer

Embedded Google form does not display across browsers

I have a form for my sports club embedded in this page: http://www.cork-boston-gfc.com/join.html The form in question is: https://docs.google.com/a/gaa.ie/spreadsheet/embeddedform?formkey=dEFGd0pfUjRKRGg4VWhXZzFRU0VmS3c6MQ I can view it with no…
DJ180
  • 15,554
  • 19
  • 59
  • 105
0
votes
1 answer

Google Docs Viewer with Amazon S3 PDF Link Error

I am attempting to use GoogleDocs Viewer to embed a PDF on my webpage. This is the link that was generated but I keep getting an error: Sorry, we are unable to retrieve the document for viewing or you don't have permission to view the document. …
Jason
  • 10,825
  • 23
  • 72
  • 128
0
votes
1 answer

GWT & GDATA: given a single use token, trying to retrieve a list of documents

I'm following this guide: http://code.google.com/intl/it-IT/apis/documents/docs/2.0/developers_guide_java.html I just need to retrieve a token and use it to get a list of documents, so i used AuthSub to get a single use token, and this seems to…
Luigi Cortese
  • 9,451
  • 5
  • 33
  • 47
0
votes
1 answer

Google Docs Spreadsheet Info for Finance stocks

Im trying to have dividend payable dates, or ex-dividend dates populate in the cell next to a ticker. Anyone ever done this? Does not seem I can find this one.
user827304
  • 881
  • 2
  • 7
  • 13
0
votes
1 answer

How to hit a URL when Google docs spreadsheet is changed

how can we hit a URL/service when a Google spreadsheet document is saved or modified. For example lets say I have a example spreadsheet on Google docs. I want to hit a URL each time when a change is made in that spreadsheet. How can we do this in…
0
votes
2 answers

HTML code appended to JSON output perhaps due to Google Docs Chrome extension?

Testing a page on a different computer to mine, I noticed that some Ajax request wasn't working. Looking in the console, I found that there was some HTML code at the end of the JSON string. It appears to be something to do with Google Docs. I…
Will
  • 1,801
  • 3
  • 26
  • 41
0
votes
2 answers

Google Docs Viewer gives javascript error inside ASP.Net page

I'm trying to embed google docs viewer in my page. Here's the test.aspx code: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test.aspx.cs" Inherits="Web_Application.test" %>
Aaron Azhari
  • 897
  • 1
  • 10
  • 23
0
votes
1 answer

How to handle multiple requests of the same form using php and mySQL?

I am using PHP with Zend Framework and MySQL. I have a form which users login to. When multiple users login to the same form at the same time, based on the arrival I am able to allow access(enabling the form fields) for edit to the 1st user and the…
0
votes
1 answer

google docs date function

I have dates in column A that are mm/dd/yyyy. I need to now convert the date from column A into yyyy;mm;dd for the DATE function. Below is what I have to get the data I want. Currently it is hard coded. I need the 2011;12;30 to be sucked in from A2…
user983223
  • 1,096
  • 2
  • 16
  • 31
0
votes
2 answers

How can I embed a Google Document in a web page?

I embed the document using it's direct link. Here is the code: However I get the following…
Jimshad Abdulla
  • 167
  • 1
  • 8
0
votes
3 answers

Form Submit taking to a new page

I have a simple form. On submit (the submit action is a google docs form submission), it takes to a new page with focus on that page. I want to keep the focus on the current page. What are my options? This is the code (also present here…
TJ-
  • 12,857
  • 11
  • 55
  • 83
0
votes
1 answer

Populating grid in C# 3.5

Yesterday i installed C# 3.5 and today when read topic here of "Accessing Google Spreadsheets with C# using Google Data API", and decided to try it out. So i decided to write a example, that: 1) get data feed of first Worksheet of first…
Margus
  • 18,332
  • 12
  • 51
  • 101
1 2 3
99
100