]> 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)
commite1000f257e2e610de7235d9cff14ddee59f24976
treea6db586b1bd582cdb09ab5d7603d414ba67b9f18
parent1d52c632922092e088f32c9d26a3657f395ca55e
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