From aa17ae0b1ee3f4e95ee6ea2e8d00da9c4c43634b Mon Sep 17 00:00:00 2001 From: David North Date: Fri, 29 Jul 2016 13:24:00 +0000 Subject: Introduce name-based methods for access to named ranges in a workbook, and deprecate the old index-based methods. Re-organise internally to use a map so that lookup is O(1) rather than O(n ranges). Add a dependency on commons collections 4, also ASL licensed so no problem. https://bz.apache.org/bugzilla/show_bug.cgi?id=59734 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754521 13f79535-47bb-0310-9956-ffa450edef68 --- maven/poi-ooxml.pom | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'maven') diff --git a/maven/poi-ooxml.pom b/maven/poi-ooxml.pom index 0f3cdb1d51..2f4c286bce 100644 --- a/maven/poi-ooxml.pom +++ b/maven/poi-ooxml.pom @@ -74,5 +74,10 @@ curvesapi 1.04 + + org.apache.commons + commons-collections4 + 4.1 + -- cgit v1.2.3