/[Apache-SVN]
ViewVC logotype

Revision 1754521


Jump to revision: Previous Next
Author: dnorth
Date: Fri Jul 29 13:24:00 2016 UTC (7 years, 9 months ago)
Changed paths: 16
Log Message:
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

Changed paths

Path Details
Directorypoi/trunk/.classpath modified , text changed
Directorypoi/trunk/build.xml modified , text changed
Directorypoi/trunk/maven/poi-ooxml.pom modified , text changed
Directorypoi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java modified , text changed
Directorypoi/trunk/src/java/org/apache/poi/ss/usermodel/Workbook.java modified , text changed
Directorypoi/trunk/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFWorkbook.java modified , text changed
Directorypoi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.java modified , text changed
Directorypoi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFName.java modified , text changed
Directorypoi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java modified , text changed
Directorypoi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/helpers/XSSFFormulaUtils.java modified , text changed
Directorypoi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.java modified , text changed
Directorypoi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFBugs.java modified , text changed
Directorypoi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFName.java modified , text changed
Directorypoi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFWorkbook.java modified , text changed
Directorypoi/trunk/src/testcases/org/apache/poi/ss/usermodel/BaseTestNamedRange.java modified , text changed
Directorypoi/trunk/src/testcases/org/apache/poi/ss/usermodel/BaseTestSheetShiftRows.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26