aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/formula/LazyAreaEval.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-107/+0
* #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variationsGreg Woolsey2019-03-181-0/+10
* Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ...Dominik Stadler2016-07-171-9/+7
* Begin required interface + base-class support for multi-sheet area references...Nick Burch2014-07-251-8/+8
* Start preparing LazyAreaEval and LazyRefEval to handle sheet ranges, for #55906Nick Burch2014-07-251-11/+12
* fixed bug 53434Evgeniy Berlog2012-08-281-1/+1
* Bugzilla 53101: fixed evaluation of SUM over cell range > 255Yegor Kozlov2012-04-211-2/+2
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-051-3/+0
* Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotalsYegor Kozlov2011-07-251-0/+11
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-241-3/+3
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-211-3/+3
* Added getRow() and getColumn() functions to TwoDEval to simplify logic in IND...Josh Micich2009-12-221-0/+17
* moved lazy ref creation methods to OperationEvaluationContextJosh Micich2009-11-201-5/+11
* Optimised the FormulaEvaluator to take cell dependencies into accountJosh Micich2008-09-231-20/+5
* Partitioning common formula logic. Introduced FormulaParsingWorkbook and Eva...Josh Micich2008-09-191-0/+82