myListQuery.setSpreadsheetQuery("name =\"khaled\" and factor > 
10");
            ListFeed pp = client.query(myListQuery, ListFeed.class);
/*

But this code with me return the first row which macth the criteria,
iam search to macht and retieve all rows which match all the condition such 
as access sql

On Monday, September 10, 2007 11:55:39 PM UTC+3, Andy wrote:
>
> Can you send a wild card query to pull back rows in a spreadsheet?  In
> my testing the search string has to be an exact match to the contents
> of the cell.  It does not seem to look for text within the cell.
>
> I am using the following code in my Java class:
>
> ListQuery query = new ListQuery(listFeedUrl);
> query.setSpreadsheetQuery(queryString);
> ListFeed feed = myService.query(query, ListFeed.class);
>
> It did not seem to like a search string like "column = %value%;
>
> Thanks!
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Spreadsheets API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to