Tagged Questions
0
votes
1answer
306 views
Locking editing of Rows or Columns in Google Doc Spreadsheets with Auto fill
How do one lock editing of a column (row) or columns (rows) using a script in Google spreadsheet not to be affected by an auto fill operation on the column (row). Please help.
Thanks.
0
votes
2answers
444 views
Error 403 403.4 in uploading to Google Docs using Zend
I tried using google docs sample in the Zend Gdata demos and got the following error :
Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with
message 'Expected response code 200, ...
0
votes
1answer
171 views
Import Google Speadsheet into a Google Spreadsheet
I'm trying to import the url with query of a Google Spreadsheet into another Google Spreadsheet.
So on my webpage I use a url like this: ...
1
vote
1answer
114 views
Can Google Docs issue HTTP notifications when content changes?
I'm looking for a POST to a URL I provide when, say a doc in a certain folder is created, changed or deleted. I understand there's an RSS type feed I can poll and check manually but I'm wondering if ...
0
votes
0answers
1k views
Using google doc api with IOS
I am building an application that downloads all the documents from users google doc account for offline viewing. I am using Tom Saxon's sample code ...
0
votes
1answer
265 views
how i can convert days to year in google doc spreadsheet [closed]
how i can convert days to year in google doc spreadsheet
0
votes
1answer
271 views
Google Doc manipulations with .net
Does anyone know, how to replace tags in a google doc with .net code.
Hello << name >>
This is << my_name >>.
and replace << name >> and << my_name >> with C#.
Is there ...