Tagged Questions
2
votes
2answers
498 views
read/write Google Spreadsheet cell feed with Javascript
I try to read and write a cell in google spreadsheet with http request by javascript. The "read" operation works, but the "write" operation fail.
Please help to point out which part I should modify ...
0
votes
1answer
3k views
Using jQuery $.getJSON() with Google Picasa Data API
This is my first attempt at using the Google Data API, and I'm getting unexpected results using jQuery's $.getJSON() function. Here is my code:
$(document).ready(function(){
var ...
0
votes
2answers
46 views
multiple javascript libraries?
Ok so i am using jQuery 1.5 and Google Data API library in one page, and the jQuery is not firing at all. Are they interfering with each other and if so how do i fix it?
19
votes
8answers
17k views
Access Google Spreadsheet or Google Data API only with Javascript
I want to access Google Spreadsheets using JavaScript Only. ( no .NET C#, Java )
I came here and was shock to know that there is NO api for JavaScript
for accessing Google Spreadsheet.
Please tell ...