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: header row in the middle can break #470

Merged
merged 2 commits into from
Oct 10, 2024

Conversation

PrettyWood
Copy link
Contributor

#453 had a bug if the header row was not 0 and was on an empty line.
We would insert an empty cell in the middle of cells vec, which would make Range::from_sparse(cells) break because it requires cells to be sorted

@tafia tafia merged commit f39b58a into tafia:master Oct 10, 2024
4 of 5 checks passed
@tafia
Copy link
Owner

tafia commented Oct 10, 2024

Thanks!

@PrettyWood PrettyWood deleted the fix/header-row-middle branch October 10, 2024 05:47
@tafia
Copy link
Owner

tafia commented Oct 10, 2024

bumped v0.26.1

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