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 -~----------~----~----~----~------~----~------~--~---
