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

RemoveRow Method Processing Time Issue #1811

Open
tfp-noda opened this issue Feb 4, 2024 · 1 comment
Open

RemoveRow Method Processing Time Issue #1811

tfp-noda opened this issue Feb 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@tfp-noda
Copy link

tfp-noda commented Feb 4, 2024

RemoveRow Method Processing Time Issue

Issue Description

The RemoveRow method in the excelize library appears to have extended processing times, especially when dealing with a large number of rows. This issue is impacting the performance of applications utilizing the library.

Environment Information

  • excelize version: v2.7.1

Steps to Reproduce

I have created a repository with sample operations for deleting 10,000 rows.
Please check it out and give it a try.
https://github.com/tfp-noda/go-test2

question

・If i want to delete rows, is there a suitable alternative to RemoveRow()?
・If RemoveRow() is considered appropriate, is it possible to improve its processing speed?

@xuri xuri added the enhancement New feature or request label Feb 5, 2024
@xuri
Copy link
Member

xuri commented Feb 5, 2024

Thanks for your issue. I'll consider adding support for batch row deletion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants