Hello,

I am trying to figure out gdata apis for Java. I was able to figure
out how to login, get the worksheets, query the data either using the
listfeed or the cellfeed, thanks to the excellent sample programs and
the documentation provided by Google and others. The problem comes
when I am trying to add a new column to an existing spreadsheet. I
understand that the data in the spreadsheet is represented by a set of
rows with each row having the number of cells representing each
column, so if I want to insert a new column do I need to go to each
row and add a cell or I add it to the top row and update the cache
data I am holding or is there a better way ?

Thanks
Gan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Docs Data APIs" group.
To post to this group, send email to Google-Docs-Data-APIs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to