Re: [google-appengine] Problem in gdata library

2013-10-22 Thread Vinny P
On Tue, Oct 22, 2013 at 12:47 AM, Vijay Kumbhani vnkumbh...@gmail.com
 wrote:

 i fetch all rows in Google spreadsheet but it get all rows if all cells
 between not empty rows
 any empty row find ... after do not fetch rows how to fetch all rows



Post the code you're using to fetch rows. Are you using REST or the client
library?


On Tue, Oct 22, 2013 at 12:47 AM, Vijay Kumbhani vnkumbh...@gmail.com
 wrote:

 then row number *7 *do not fetch 



You can retrieve specific rows by issuing a GET request to the row feed.
Here's the documentation:
https://developers.google.com/google-apps/spreadsheets/#fetching_specific_rows_or_columns


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Problem in gdata library

2013-10-21 Thread Vijay Kumbhani
i fetch all rows in Google spreadsheet
but it get all rows if all cells between not empty rows
any empty row find ...
after do not fetch rows

please shown in image 

row number *2 *to *5 *retrieved 
but row number is *6 *empty 
then row number *7 *do not fetch 

how to fetch all rows?
please help 

another solution how to remove empty rows  

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.
attachment: Capture.PNG