Hi, Please feel free to file a feature request for this issue:
http://code.google.com/p/gdata-issues/issues/list Thanks - Jochen On Sep 15, 1:53 am, schtieF <[EMAIL PROTECTED]> wrote: > Did i understand you right, i have to copy *all* lines after the > insertion mark, insert the mark and re-add all copied ones? > come on that cannot be a solution, this operation will be 2 expensive > in means of network traffic. > > please come up with a better solution. > > The insert function can be done through the google spreadsheet web > application, so there must be a gdata api call for this, or isnt the > spreadsheet application using the api? > > thanx in advance > > Stefan > > On Sep 9, 4:50 pm, "Jochen Hartmann (Google)" > > <[EMAIL PROTECTED]> wrote: > > Hi, > > > By default, the listFeed inserts data into the next available row. So > > for the case where you want to insert a new row of data above an > > existing row, you would need to grab the data in the existing row, > > copy it, overwrite it with new data and then write the existing data > > back to a new row. > > > A good place to get started would be to read the Java Developer's > > Guide: > > >http://code.google.com/apis/spreadsheets/developers_guide_java.html > > > Cheers, > > - Jochen > > > On Sep 9, 6:30 am, schtieF <[EMAIL PROTECTED]> wrote: > > > > no one here to answer? ;-( > > > > On Sep 8, 11:28 pm, schtieF <[EMAIL PROTECTED]> wrote: > > > > > hi, > > > > > i want to insert a new row entry after another (before another) row > > > > with listbased feeds and the java client library. like i can do it > > > > with the google docs ui. > > > > any ideas or sites/tutorials where i can find informations? > > > > > thanx in advance --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] 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 -~----------~----~----~----~------~----~------~--~---
