google-spreadsheet-api

Is it possible to get the contents of a Google Docs Spreadsheet from within a GMail gadget?

Here is what I figured so far: To get content of the spreadsheet "od6" with the ID "0Aj3x4n7SOPMRdFA2VmJuampIUDFzdlAwRUwtSEJacmc" you have to acces this URL: https://spreadsheets.google.com/feeds/cells/0Aj3x4n7SOPMRdFA2VmJuampIUDFzdlAwRUwtSEJacmc/od6/private/full (see API) This works fine, if I put the URL into my browser (because I'm...

how to insert a row in the middle of a google spreadsheet

Hi, I am trying to insert a row into the middle of a google worksheet, however cannot find a way in the api documentation, I cannot add a new row to the bottom as the program that consumes the spreadsheet data(not written by myself) simply ignores new rows added to the bottom. anyone got any Ideas? Thanks, Mark ...

is it possible to use c# with google spreadsheets api version 3 - specifically to use the table and record functions?

I need to access a table that has been created by a java program on android but cannot find any .net documentation and the Java examples do not seem to match up to the libraries I have, is it possible? thanks, Mark ...