Hi Anders, You could try start-index and max-results query parameters from the GData Protocol as per http://code.google.com/apis/gdata/docs/2.0/reference.html#Queries
The Spreadsheets v3 protocol promises that it implements those particular ones http://code.google.com/apis/spreadsheets/data/2.0/reference.html#Parameters so you should be OK. Unless you hit a bug, of course. If you try raising an issue, it'll be closed with the explanation that it will be fixed in a future version of the API. If you ask when that future version of the API will be available, you'll be told that is confidential information. good luck, David. On Wed, Feb 15, 2012 at 2:38 AM, Anders Both <[email protected]> wrote: > Hello. > > How can I do a ListQuery that selects only the first row (or in general > select by row numbers). > > (I know that the first row is not the header row :) ). > > Best regards, Anders Both, Denmark > > >
