Tagged Questions
0
votes
1answer
60 views
How to check if files exist from list of urls in Google Drive Spreadsheet?
Assume that I have a list of URLs, each URL returns code 200 or 404.
How can I extract HTTP response code from these URLs?
Is there a function like importHTML, but it checks response code only?
|A ...
0
votes
0answers
88 views
How to do an autofill in a google drive spreadsheet using the ruby api?
I'm just playing around and trying to consolidate my knowledge of google drive and ruby. My proposed problem is to generate content in an spreadsheet using the autofill function.
I explored the ...
0
votes
0answers
28 views
How can I get browser URL via API of a Google Spreadsheet from its id?
I'm importing a csv file to Google spreadsheet via API,
I have a DocumentListEntry object:
DocumentList docs = new DocumentList("test");
docs.login(adminEmail, adminPassword);
DocumentListEntry ...
0
votes
1answer
82 views
Using just javascript to submit information to Google Drive spreadsheet
I am basically looking for a way to use just javascript to submit information to a Google Drive spreadsheet. Changing the value of a specific cell is what I am after. Anyone know if this is possible?
...
1
vote
1answer
114 views
Google spreadsheet auto highlight
In Google Drive, I have a huge Spreadsheet file.
6 people will be working on multiple rows.
There will be one column and in it each person will write their intials, example HJ, MZ etc.
When they ...
1
vote
0answers
87 views
Search Google Doc Spreadsheet With API
I am brand new to this Drive API and I am looking for Visual Basic .NET example code that shows how to search a Google Doc spreadsheet for a value.
For example lets say I want to search the ...
0
votes
1answer
809 views
import PHP data into Google Spreadsheet (refresh automatically)
I use a external webservice which allow me to download my data via php
(the link is a .php, the download file is a .csv)
I need to add this data to a Google Spreadsheet.
And then to refresh ...