]> source.dussan.org Git - poi.git/commit
Bug 63657: Optimize onDocumentWrite() to not do the full re-assignment
authorDominik Stadler <centic@apache.org>
Thu, 15 Aug 2019 07:55:06 +0000 (07:55 +0000)
committerDominik Stadler <centic@apache.org>
Thu, 15 Aug 2019 07:55:06 +0000 (07:55 +0000)
commita3298f9c1644baeb9e9d551974492d33112918d3
tree7b864eaf49717f142d7e1ce73d9bf0028b91758f
parentba66108653b1cba7b2f09a949979243407a51874
Bug 63657: Optimize onDocumentWrite() to not do the full re-assignment
if not necessary at all, also use getCArray() instead of getCList() as
access-operations are much quicker this way

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1865209 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRow.java