Tagged Questions
0
votes
0answers
66 views
Google Spreadsheet operation (app script) on single row/cell
I have a sheet of data that when a certain cell is edited (any random row, column 8) the entire row is copied into the next available row in a second sheet.
I have tried both the built in 'onEdit' ...
1
vote
1answer
85 views
Google Docs with JqueryMobile
I tried this plugin for reading pdf documents in the currently opened browser. It greatly works on the regular browser, but when I open it from the mobile it doesn't fit in the screen.
So, is there a ...
0
votes
0answers
57 views
Google Docs API Hide Password (JavaScript)
I don't think its possible, but I thought I'd ask anyway. I'm looking to build a website where people post to a google docs spreadsheet, and the website reads cells from the sheet as well. I don't ...
0
votes
0answers
71 views
Create a new Google Document for every Google Form submission
I created a Google Form which dumps data onto a Google Spreadsheet (as they do). The data is very schematic (the same question is actually repeated over and over again :D ).
What I would like to do, ...
0
votes
0answers
89 views
GoogleDocs Viewer double page PDF
Basically im creating a website for a friend who is publishing a montly free magazine.
He is NOT tech savy in the slightest so i am trying to make publishing it online as simple as possible!
Im ...
1
vote
0answers
580 views
Google Drive Doc Viewer - Use javascript to scroll and zoom document
Here is a link to a document of mine in Google Drive/Docs. What I'd like to be able to do is scroll around that document (up/down/left/right) and also to zoom in and out (without using the mouse to ...
0
votes
1answer
237 views
Pulling only one column of Google spreadsheet on initial query/table draw
OK, I've tried searching for this, and haven't found any similar question here.
I'm probably missing something obvious - I'm really a web designer who gets asked to do programming stuff that I've ...
0
votes
2answers
2k views
Reading CSV file into javascript string or array
I'm having a very specific problem so I hope someone can help. I'm building a map app with a CakePHP backend framework. I'm currently attempting to import some data into my application for ...
0
votes
3answers
507 views
Google Docs - spreadsheet loop
This one might be a bit basic and easy to answer, but I've been pulling out my hair for a while now!
I've built the following code - which is semi-pseudo as I can't find the right way to make things ...
1
vote
3answers
1k views
Programmatically edit a Google doc with JavaScript
What I'm trying to do is run some JavaScript code that will enter text into a Google doc. What I have done so far is create an iframe element on my personal web page that embeds Google Docs. What I ...
0
votes
1answer
345 views
Google Docs - Autopopulate live form
i have a webpage that host events (example: http://www.mysite.com/test/events/5493.html) that page holds information such as event title and other info, using google docs i've created a form that ...
0
votes
1answer
235 views
Hide programmatically a spreadsheet
My question is fairly simple : is it possible to programmatically hide a worksheet in google docs ?
I've searched in the google app script and the java api and I didn't found it...
1
vote
1answer
383 views
Google Docs Pixels to Inches
Is anyone aware of the formula google docs use to convert pixels to inches?
Right click on a cell and click table properties then you get the image below, note I have opened up firebug and you can ...
1
vote
1answer
548 views
Uploading file with content and metadata to Google Docs returns 400 Invalid/Bad Request
I am attempting to upload a file from an HTML5 file dialog to my Google Docs account.
I am using the Google Documents List API version 3.0 for this request, and the instructions at this link.
I ...
0
votes
1answer
189 views
Google Fusion Table Last Modified Date
I'm using a fusion table as a source for map data and wanted to include the last modified date of the fusion table below the map. Can anyone share javascript code to do that? I looked at the Google ...