]> source.dussan.org Git - poi.git/commit
When finding the CTCol object for a XSSF Sheet column, as we often have to traverse...
authorNick Burch <nick@apache.org>
Wed, 4 Jun 2014 15:58:14 +0000 (15:58 +0000)
committerNick Burch <nick@apache.org>
Wed, 4 Jun 2014 15:58:14 +0000 (15:58 +0000)
commit4fc7db7cb330107e70dc9c5ca0caf3703e031056
treea6db586b1bd582cdb09ab5d7603d414ba67b9f18
parent915ad8c27a51e3876d331af106fff24b01f548a8
When finding the CTCol object for a XSSF Sheet column, as we often have to traverse most of the list, and we are mostly reading not changing, switch to fetching all the objects as an array in one go, rather than fetching one at a time, which is hopefully faster. Aims to help bug #56556

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