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

add shadow method to get a named range from a speadsheet instance. #941

Merged
merged 1 commit into from
Oct 25, 2021

Conversation

lavigne958
Copy link
Collaborator

This is only a shadow method that calls the underlying method
located in the worksheet instance.

The method worksheet.range does all the necessary actions to fetch
and clean the resulting values to get a named range.

closes #876

This is only a shadow method that calls the underlying method
located in the worksheet instance.

The method `worksheet.range` does all the necessary actions to fetch
and clean the resulting values to get a named range.
@lavigne958 lavigne958 requested a review from burnash October 13, 2021 22:27
@lavigne958 lavigne958 self-assigned this Oct 13, 2021
@lavigne958 lavigne958 merged commit 6d01d7b into master Oct 25, 2021
@lavigne958 lavigne958 deleted the feature/named_range_from_spreadsheet_instance branch October 25, 2021 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Access named ranges from a spreadSheet not from a sheet.
1 participant