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
Use NPOI to programmatically add multiple rows (e.g., 12 rows) to the table
Observe the time taken for the operation to complete.
Issue Description
The operation takes an excessive amount of time, with 12 rows taking over 30 seconds to be added. This performance issue becomes more pronounced as the number of rows increases.The performance bottleneck appears to be in the CT_Row.Copy method,This method seems to have inefficiencies when handling multiple row copies, leading to the observed slowdown.
The text was updated successfully, but these errors were encountered:
NPOI Version
2.7.2
File Type
Upload the Excel File
template.docx
Reproduce Steps
Reproducible code
Demo.zip
Issue Description
The operation takes an excessive amount of time, with 12 rows taking over 30 seconds to be added. This performance issue becomes more pronounced as the number of rows increases.The performance bottleneck appears to be in the CT_Row.Copy method,This method seems to have inefficiencies when handling multiple row copies, leading to the observed slowdown.
The text was updated successfully, but these errors were encountered: