I have seen this link & learned how to fetch data from a spreadsheet into the gadget from here.

But, is there any way, how to write back the Gadget data to spread sheet ?

Please suggest.

link|improve this question
feedback

1 Answer

According to this blog post you can embed gadgets in to a spreadsheet or use a spreadsheet as a data source.

Looking at the Google Spreadsheet API you are able to treat a spreadsheet as a Table. This includes the functionality of inserting, retrieving and updating data within the table.

Take a look at this section of the Developers API documentation. It gives you an example of how to create, retrieve and update a Table Feed within a Google spreadsheet.

You should be able to use this as a base to save your Google Gadget data.

Note: The Table Feeds are not visible to the UI - they are only accessible via the API.

link|improve this answer
The <entry> probably for Table Feed which I think I am unable to use within my gadget. or How do I? – user7354 Jan 10 '11 at 5:03
feedback

Your Answer

 
or
required, but never shown