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

fixes #218 by filtering sheet scoped names to named ranges for now #223

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

fzumstein
Copy link
Member

this is in line with workbook scoped named ranges

…n line with workbook scoped named ranges)
@fzumstein fzumstein added this to the 0.10.1 milestone Jan 17, 2025
@fzumstein fzumstein requested a review from Copilot January 17, 2025 14:50

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

app/static/js/core/xlwingsjs/xlwings.js:360

  • Ensure that namedItem.type is a valid property and that 'Range' is the correct value to filter by. If namedItem.type can be undefined, this condition might cause issues.
if (namedItem.type === "Range") {

app/static/js/core/xlwingsjs/xlwings.js:363

  • Ensure that namedItem.getRange() always returns a valid object and that the load method calls are correct.
sheet: namedItem.getRange().worksheet.load("position"),
@fzumstein fzumstein merged commit 84123c6 into main Jan 17, 2025
12 checks passed
@fzumstein fzumstein deleted the fix-sheet-names branch January 17, 2025 14:51
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.

1 participant