Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: fetch specific row or column range #57

Closed
gholadr opened this issue Jun 3, 2013 · 3 comments
Closed

feature request: fetch specific row or column range #57

gholadr opened this issue Jun 3, 2013 · 3 comments

Comments

@gholadr
Copy link

gholadr commented Jun 3, 2013

the gdocs api doc talk about a way to fetch a range of columns or rows. I'm using Python so their online example doesnt help me much.
Wondering if adding this functionality is on your roadmap?

I didnt see anything in your worksheet api doc that suggest you already have this feature supported... and I'm not interested in the range() method which needs a defined boundary.
the google docs talks about a min_row/max_row and min_col/max_col attributes of the CellQuery object, but I could never get it working properly.

gdoc docs is here https://developers.google.com/google-apps/spreadsheets/#fetching_specific_rows_or_columns

I supposed I could always call the col_values() method for each column I need to fetch but that seems inefficient to me :)
thanks!

@burnash
Copy link
Owner

burnash commented Jun 4, 2013

Hi, drossellat, thanks for pointing it out in API docs. It is now in my roadmap. And it should indeed speed things up in communicating with Google.

@arulmr
Copy link

arulmr commented Dec 12, 2014

When this feature is going to be rolled out? This is one of most needed function I guess.

@msuozzo
Copy link
Collaborator

msuozzo commented Oct 15, 2015

I'm going to assume this is Worksheet.range and say that this issue is fixed.

@msuozzo msuozzo closed this as completed Oct 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants