how about?
ListQuery query = new ListQuery(url);
query.setMaxResults(1);
query.setReverse(true);On May 10, 1:12 pm, Kuro <[email protected]> wrote: > I'm trying to link a Google doc spreadsheet with a web page but only > have the last row show on the website. I'm not really sure where to > even start since I just started using both services.
