https://issues.apache.org/bugzilla/show_bug.cgi?id=47403
Summary: HSSFRow should be backed by a Linked List
Product: POI
Version: 3.5-dev
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: HSSF
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=23848)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=23848)
Cells is now backed by a linked list.
Currently HSSFRow uses an array that occasionally needs to be resized, and
inserting a column in the middle is not as efficient as it could be.
Please see the attached patch.
I've also added a method insertCell to make it more convenient to insert into
the middle of a row.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]