Tagged Questions

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)

15
votes
5answers
931 views

How to use Google Docs for Mailer templates?

Is it possible to use Google Docs for Mailer templates? How can I change template variables via API? Basically, I want to keep a template on Google and export it as a PDF file after changing few ...
14
votes
4answers
4k views

Alerts when navigating away from a web page

When I try to close my Google docs tab with unsaved changes, this is what I get in my browser (FF 3.5). Are you sure you want to navigate away from this page? You have unsaved changes in ...
11
votes
6answers
197 views

How do I prevent exposure of my password when using RGoogleDocs?

I love RGoogleDocs and use it a lot. However, I don't like entering my password all the time. Obviously I could just type the password into the R script and would never have to enter it again. But ...
8
votes
4answers
515 views

Is there a good R API for accessing Google Docs?

I'm using R for data analysis, and I'm sharing some data with collaborators via Google docs. Is there a simple interface that I can use to access a R data.frame object to and from a Google Docs ...
6
votes
1answer
155 views

Is it possible to define a new function in Google-docs spreadsheet?

Is it possible to define a function in Google Spreadsheets that can be used in any cell? It would be helpful if I could define and use functions that refer to other cells in the same way that I can ...
6
votes
2answers
185 views

How does Google Docs store documents (on the backend)?

I half imagine there being these great .docs in the sky... but another part of me doubts that my documents are even being stored in anything we'd traditionally call a "file." Does Google have its own ...
6
votes
6answers
5k views

How To Format A Block of Code Within a Presentation?

I am preparing a presentation using Google Docs Presentation though I can also work on the presenation within Open Office that will include code snippets. Is there any easy way to perform basic ...
5
votes
2answers
464 views

How are scrollbars in new Google Docs UI styled (esp. the arrow buttons)?

The new Google Docs UI features cool gray scrollbars. These appear to be regular scrollbars styled with selectors like ::-webkit-scrollbar-thumb. Which is nice and accessible. However, I can't get ...
5
votes
2answers
3k views

How do I interact with Google Docs from Android?

I'm an Android developer and I'm interested in adding functionality to my application to read from and write to a google docs spreadsheet. I've seen other Android applications do this but I'm having ...
5
votes
0answers
464 views

google docs wysiwyg editor opensource [closed]

I remember earlier this month or last month, perhaps it was during google i/o, but there was some mention of google open sourcing their wysiwyg editor, not the one that's dependent on execCommand, I ...
5
votes
1answer
274 views

Resumable File Upload in Google API Ver 2

I am trying to upload large file on Google Docs. And i came across Resumable Upload. But how can i implement it in Google API Ver 2 ? Thanx
5
votes
3answers
952 views

Oauth + Aeoid +Python + Google App Engine + Google documents

I am trying to complete a story assignment system for my school newspaper in Google App Engine. It'll track deadlines for writers, allow writers to pick up stories, and give an "at a glance" view of ...
5
votes
2answers
1k views

How can I use a custom compiler for my LaTeX document in LaTeX Lab?

I'm using LaTeX, and recently LaTeX Lab, an online LaTeX interface to Google docs, was released. For the most part this online LaTeX compiler is great, and I can get a document such as this to ...
5
votes
2answers
249 views

How do etherpad & Google Docs do ChangeSets

I'm curious to learn how Etherpad and Google Docs automatically save data. When you're writing a text document the products send only the changes to the server. Any idea how this technology works and ...
5
votes
5answers
2k views

Programatically updating a spreadsheet hosted on google docs

I've got a pre-existing spreadsheet hosted on google docs. Each month I update this document. I've got a template workseet in the spreadseet that I'd like to clone and then update. I'd prefer to ...
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
207 views

There is an empty file after updating

I'm trying to update an existing document with help of Google Docs API. I'm using PHP+Curl. The gdata.class.php is base class. Updating finishes partly. A old content is cleaned. But a new content is ...
4
votes
2answers
288 views

Uploading a file to google docs via a Python script

I'm trying to upload a backup file from my server to my Google storage in a Python script. The backup file is an encrypted zip file (gpg file). It connects successfully, but fails transferring the ...
4
votes
1answer
572 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
3answers
930 views

Google API for Google Docs, requesting a list of documents — 400 Bad Request

After authentication from google servers for google docs, I do a simple getResponse, but I get a 400 Bad Request. I can't understand where am I going wrong. The sample code is, below private void ...
4
votes
1answer
717 views

How can I access public spreadsheets with the Google Docs C# API?

I've written a C# program using the Google Docs .NET API to read a Google worksheet into a DataTable given a user name, password, spreadsheet name, and worksheet name. This all works fine, but the ...
4
votes
3answers
5k views

Open Source Web PDF Viewer?

Hey Guys, Is their any Open Source Web PDF Viewer? Which has good api through which I can modify the looks of the viewer? I had tried the Scribd, Google Docs, FlexPaper , and this also. But it is ...
4
votes
2answers
884 views

Downloading Spreadsheets From Google Docs

I am working on an Android app that uses the gdata-java-client to download documents for display only. So far I have an application that authenticates with the services and displays a list of user ...
4
votes
2answers
616 views

Online Collaborative Schema Design (leverage google docs?)

I'm looking for an online, collaborative database schema designer. App is for MySQL specifically, but generic DB designer is fine too. It's important that it can handle revisions (history of ...
4
votes
2answers
719 views

Tool to Convert External CSS to Inline CSS in Ruby?

I am messing around with GoogleDocs and it has very very primitive CSS support. If you upload an MSWord .doc or an HTML file and export it as HTML, all styles are applied inline. They have a style ...
4
votes
5answers
2k views

how to extract formatted text content from PDF

How can I extract the text content (not images) from a PDF while (roughly) maintaining the style and layout like Google Docs can?
4
votes
5answers
3k views

scripting a google docs form submission

I'm trying to create a bookmarklet that parses a page and sends the results to a googledocs spreadsheet via a form that I've defined. The relevent bit of the script is: var form = ...
4
votes
3answers
3k views

Version Control with Google Docs Best Practices? [closed]

From a quick perusal, it seems that Google Docs does not support version control the way git or svn does. My question is: If I want to store all my documents on Google Docs, what is the best way to ...
3
votes
1answer
100 views

Google Docs Blinking Cursor “kix-cursor-caret”

I love google docs but I find a blinking cursor very distracting. The new version of google docs doesn't obey the operating system setting for displaying a solid (non-blinking) cursor. I see that the ...
3
votes
0answers
270 views

JSON import to Excel

Is it possible to script JSON calls in a macro? I want to call a JSON through an API connection. It looks likethe problem is Excel expects the parameters to be passed in the html-string, but JSON ...
3
votes
3answers
114 views

Best practices for code on Google Docs

Many telephonic interviews ask code to be written on a shared Google Doc. Code looks horrible on Google Docs. I wanted to know what people are using to "style up" their code. To start off, code does ...
3
votes
1answer
231 views

How can I change the way the google docs website displays a PDF in Android?

I am using the following link inside a WebView to show a pdf file in my android application: ...
3
votes
1answer
622 views

Error 403 uploading a file to Google Docs with Python

I'm having a 403 error when trying to upload a file to Google Docs with Python / gdata-2.0.13: import gdata.docs.data import gdata.docs.client client = ...
3
votes
3answers
306 views

Capture keypress in Javascript (Google Docs)

I'm trying to write a little greasemonkey script/bookmarklet/what have you for Google Docs. The functionality I'd like to add needs a keypress/keyup/keydown event handler (one of those three). ...
3
votes
1answer
946 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
157 views

A Google Docs document picker?

Working on a method to allow users to "attach" a doc from their Google account to an object in my application. Really, all I need to do is create a link in my app to their asset in Google Docs. Some ...
3
votes
6answers
2k views

Download a spreadsheet from Google Docs using Python

Can you produce a Python example of how to download a Google Docs spreadsheet given its key and worksheet ID (gid)? I can't. I've scoured versions 1, 2 and 3 of the API. I'm having no luck, I can't ...
3
votes
4answers
1k views

Unable to upload large files to Google Docs

I am uploading documents on Google Docs as: DocumentsService myService = new DocumentsService(""); myService.setUserCredentials("username@domain.com", password ); DocumentEntry newEntry = ...
3
votes
3answers
2k views

Google Docs viewer in IE

Hey all, I've searched high and low for a solution, but can't find one. I'm using Google Docs Viewer to view PDF files. It's a great tool, but I can't seem to get it working in Internet Explorer (7 ...
3
votes
5answers
1k views

Open source alternative to WebEx WebOffice?

I have a client who has been using WebOffice (from WebEx) for a variety of tasks within their small organization. The problem is that they only really need a small subset of the features WebOffice ...
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
1answer
2k views

Google Docs API. Upload file using curl

Anyone know how to post file using curl to the google documents. I write this code: $header[] = "Authorization: GoogleLogin auth=seсretkey"; $header[] = "Content-Type: application/pdf"; $header[] = ...
3
votes
2answers
312 views

Display Google Spreadsheet by Google Chart

Does anyone try to populate the data from within a Google Spreadsheet, format it in a Google Chart, and display it in somewhere else like a blog? How can this be accomplished in a principled way? I ...
3
votes
4answers
570 views

Is there any IDE or Source Control System inspired by Google Docs collaborative mode?

Google Docs (formely Writely) has implemented a collaborative mode where 2 users can edit the same document at the same time. This idea could be extended to programming through: A collaborative ...
3
votes
1answer
886 views

Using Google Docs from web app

We have a requirement for people to be able to look at documents people have uploaded to us (mainly word, possibly some rtf) via our web app. We want the user to be able to open the docs inside the ...
3
votes
3answers
544 views

Google Docs download en masse

These days I keep most of my development notes and documentations in Google Docs. There are time that I'd like to download everything. How is this possible on a Mac and Linux computers, without ...
2
votes
1answer
102 views

Javascript word processor/editor (or, Google Docs architecture) [closed]

I thought it would be interesting to roll my own text editor a la Google Docs, purely for curiosity of course (nothing to do with reinventing the wheel). I've been wondering how applications like Docs ...
2
votes
3answers
121 views

Is there a way to use Google Docs for collaborative programming?

Or if not, are there any good IDE's or programs that are designed for real-time collaborative programming?
2
votes
1answer
45 views

Embed google doc content in a web page

What's the simplest possible way to embed google doc content in a web page? I want to use my google doc account as a simple cms.
2
votes
1answer
323 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 ...

1 2 3 4 5 8