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

Fix typo in client.py & Added query=None, fid=None parameters to client.open #550

Open
wants to merge 6 commits into
base: staging
Choose a base branch
from

Conversation

Torndeco
Copy link
Contributor

Added query so can filter out opening spreadsheets that are trashed 'trashed=false', also added open to open via file id

Torndeco and others added 6 commits August 9, 2022 09:37
Minor change to allow passing a query when opening a spreadsheet

i.e
query='trashed=false'

To avoid opening spreadsheet that is is trashed
Update param doc
Added query=None, fid=None parameters to client.open
@nithinmurali
Copy link
Owner

Thank you for the PR!

@nithinmurali
Copy link
Owner

I am concerned about removing the index access from here. It looks like that function returns a list hence index access is necessary.

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

Successfully merging this pull request may close these issues.

2 participants