aboutsummaryrefslogtreecommitdiffstats
path: root/maven
diff options
context:
space:
mode:
authorDavid North <dnorth@apache.org>2016-07-29 13:24:00 +0000
committerDavid North <dnorth@apache.org>2016-07-29 13:24:00 +0000
commitaa17ae0b1ee3f4e95ee6ea2e8d00da9c4c43634b (patch)
treeec7e6fa53b80327f93d63025de8b34d6add3d8ff /maven
parent07b249db81b5a71752eb232435c116d64db3f4ea (diff)
downloadpoi-aa17ae0b1ee3f4e95ee6ea2e8d00da9c4c43634b.tar.gz
poi-aa17ae0b1ee3f4e95ee6ea2e8d00da9c4c43634b.zip
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
Diffstat (limited to 'maven')
-rw-r--r--maven/poi-ooxml.pom5
1 files changed, 5 insertions, 0 deletions
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 @@
<artifactId>curvesapi</artifactId>
<version>1.04</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-collections4</artifactId>
+ <version>4.1</version>
+ </dependency>
</dependencies>
</project>