The Wayback Machine - https://web.archive.org/web/20210728204514/https://github.com/burnash/gspread/issues/457
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

Ability to distinguish between normal worksheets and hidden worksheets? #457

Open
benjiwheeler opened this issue Apr 27, 2017 · 1 comment
Open

Comments

@benjiwheeler
Copy link

@benjiwheeler benjiwheeler commented Apr 27, 2017

There doesn't seem to be any way to fetch only the non-hidden worksheets in a particular workbook. (It's unclear to me from reading Google's documentation whether that is even possible using their API.)

@lavigne958
Copy link
Collaborator

@lavigne958 lavigne958 commented May 17, 2021

Hi the API provides a property for each sheet it is hidden or not, you can see API V4 reference.

One could implement a new PR to get that property when requesting to open a new Spreadsheet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment