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 related to shifting ranges and sorting #1658

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

clenzmeier
Copy link

Fix shifting formulas (during insert/delete/sort) [this fixes #880 and is at least a partial fix for other related issues; however, data validation shifting is still broken]
Fix shifting during sort (so that cells have their formulas shifted)
Fix sorting of differently typed values
Some performance improvements (structs can be slow!)

Fix sorting of differently typed values
Some performance improvements (structs can be slow!)
@Pankraty
Copy link
Member

Pankraty commented Jun 7, 2021

@clenzmeier thanks for the contribution and sorry it took us so long to start looking at this!

This is a pretty large PR aimed to solve several independent issues. May I ask you to split this in at least two parts: one for performance optimizations, the other fixing the shifting/sorting issues? Note that @igitur is currently re-working sort and your changes may be conflicting.

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.

Addresses in named ranges do not become invalid when the range itself is deleted
2 participants