poi/src
Greg Woolsey 6390202491 Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all column reference
Found some optimizations in the general evaluation framework related to blank cells in rows beyond the last defined row of a sheet.

I don't see any issue with passing a bit of context down deeper into this framework, as it's all POI-internal and only had one calling path.

See the above bug for the performance analysis.  Not specifically related to VLOOKUP, but improves that case by more than 2/3 as well.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1817252 13f79535-47bb-0310-9956-ffa450edef68
2017-12-06 00:15:51 +00:00
..
contrib bug 59748: replace remaining Hashtable usages in contrib/poi-ruby and hssf examples 2016-06-25 05:22:05 +00:00
examples use try-with-resources in more places 2017-12-05 22:31:59 +00:00
excelant Remove unnecessary local variables 2017-09-16 08:28:38 +00:00
integrationtest Bug #57517: Fix various things in HSSFOptimiser to make many more cases work fine: Column styles, row styles, user defined styles, ... 2017-11-05 20:33:28 +00:00
java/org/apache/poi Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all column reference 2017-12-06 00:15:51 +00:00
models
ooxml Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all column reference 2017-12-06 00:15:51 +00:00
records Bugzilla 54070: Patch for typos in comments, javadoc and documentation 2012-11-01 15:26:27 +00:00
resources add forbidden api checks for non-Locale toLowerCase and toUpperCase 2017-11-21 22:10:48 +00:00
scratchpad use try with resources in examples 2017-11-23 20:03:25 +00:00
testcases/org/apache/poi bug 61840: close workbook to prevent resource leak in unit test 2017-12-01 17:51:19 +00:00
types merged common_sl branch to trunk 2015-07-24 21:47:55 +00:00