Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Index rows and columns #116

Open
dmfigol opened this issue Sep 13, 2018 · 0 comments
Open

Index rows and columns #116

dmfigol opened this issue Sep 13, 2018 · 0 comments

Comments

@dmfigol
Copy link
Contributor

dmfigol commented Sep 13, 2018

Currently:
sheet.get_row() does rest api request for every call, this could be eliminated by adding a row index to Sheet
– To get a cell value by column name, a user needs to build their own index for the header. This can be part of the library and the user would be able to use provide column title to get_cell when is used on the row

I have this functionality implemented (though without tests), and I can submit PR, but I don't see much activity in this repo, so I would like to understand if it is even worth investing my time into this (and someone will review and merge PR), or I should continue using my fork for the projects.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant