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

Improve Range handling in the Calculation Engine for Row and Column ranges #2028

Merged
merged 3 commits into from
Apr 27, 2021

Conversation

MarkBaker
Copy link
Member

@MarkBaker MarkBaker commented Apr 27, 2021

This is:

- [X] a bugfix
- [X] a new feature

Checklist:

Why this change is needed?

Provide better handling for Row and Column ranges in the Calculation Engine. This should resolve Issue #1755 but also improves performance for row/column ranges by ensuring that they are limited to the number of active rows/columns in the relevant worksheet rather than absolute worksheet limits.

@MarkBaker MarkBaker merged commit 8d7be25 into master Apr 27, 2021
@MarkBaker MarkBaker deleted the Calculation-Engine-Range-Issues branch April 27, 2021 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Referencing absolute column range in different sheet fails
1 participant