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: Don't remove rows twice #1437

Closed
wants to merge 1 commit into from
Closed

fix: Don't remove rows twice #1437

wants to merge 1 commit into from

Conversation

drola
Copy link
Contributor

@drola drola commented Apr 5, 2020

This is:

- [x] a bugfix
- [ ] a new feature

Checklist:

Why this change is needed?

While migrating from PHPExcel to PHPSpreadsheet, I tracked down a bug to removeRow() method. The method mistakenly removes the rows twice, resulting in too many rows being removed. This PR fixes the issue

Copy link
Member

@PowerKiKi PowerKiKi left a comment

Choose a reason for hiding this comment

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

This need to be updated and covered by tests to be merged

@drola
Copy link
Contributor Author

drola commented Jun 1, 2020

This issue has been fixed by #1365. Thank you for the review. Closing, because this fix is not needed anymore.

@drola drola closed this Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants