You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: