index
:
poi.git
BUILD_BRANCH
NIO_32_BRANCH
NIO_BRANCH
REL_1_5_BRANCH
REL_2_BRANCH
REL_3_10_BRANCH
REL_3_11_BRANCH
common_sl
dependabot/gradle/batikVersion-1.18
dependabot/gradle/com.fasterxml.woodstox-woodstox-core-7.1.0
dependabot/gradle/com.github.spotbugs-6.0.24
dependabot/gradle/com.github.spotbugs-6.0.25
dependabot/gradle/com.github.spotbugs-6.0.26
dependabot/gradle/com.github.spotbugs-6.0.27
dependabot/gradle/com.google.guava-guava-33.3.1-jre
dependabot/gradle/com.google.guava-guava-33.4.0-jre
dependabot/gradle/de.thetaphi.forbiddenapis-3.8
dependabot/gradle/junitVersion-5.11.2
dependabot/gradle/junitVersion-5.11.3
dependabot/gradle/junitVersion-5.11.4
dependabot/gradle/log4jVersion-2.24.1
dependabot/gradle/log4jVersion-2.24.2
dependabot/gradle/log4jVersion-2.24.3
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.10
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.11
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.3
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.4
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.5
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.7
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.10
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.11
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.3
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.4
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.5
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.7
dependabot/gradle/org.apache.santuario-xmlsec-4.0.3
dependabot/gradle/org.apache.xmlbeans-xmlbeans-5.2.2
dependabot/gradle/org.mockito-mockito-core-5.14.1
dependabot/gradle/org.mockito-mockito-core-5.14.2
dependabot/gradle/org.sonarqube-6.0.0.5145
excelant
gsoc2012
hemf
hssf_cryptoapi
jakarta-poi
log4j
maven
mv
ooxml
performance-branch
ss_border_property_template
table-borders
trunk
wmf_render
xml_signature
xssf_structured_references
Mirror of Apache POI: https://github.com/apache/poi
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
java
/
org
/
apache
/
poi
/
ss
/
formula
/
LazyAreaEval.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
65206 - Migrate ant / maven to gradle build
Andreas Beeker
2021-03-27
1
-107
/
+0
*
#60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations
Greg Woolsey
2019-03-18
1
-0
/
+10
*
Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ...
Dominik Stadler
2016-07-17
1
-9
/
+7
*
Begin required interface + base-class support for multi-sheet area references...
Nick Burch
2014-07-25
1
-8
/
+8
*
Start preparing LazyAreaEval and LazyRefEval to handle sheet ranges, for #55906
Nick Burch
2014-07-25
1
-11
/
+12
*
fixed bug 53434
Evgeniy Berlog
2012-08-28
1
-1
/
+1
*
Bugzilla 53101: fixed evaluation of SUM over cell range > 255
Yegor Kozlov
2012-04-21
1
-2
/
+2
*
optimized unused imports and removed deprecation warnings in poi-main
Yegor Kozlov
2012-03-05
1
-3
/
+0
*
Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals
Yegor Kozlov
2011-07-25
1
-0
/
+11
*
moved ptg classes to org.apache.poi.ss.formula.ptg
Yegor Kozlov
2010-11-24
1
-3
/
+3
*
moved common formula-related code to org.apache.poi.ss.formula, eliminated de...
Yegor Kozlov
2010-11-21
1
-3
/
+3
*
Added getRow() and getColumn() functions to TwoDEval to simplify logic in IND...
Josh Micich
2009-12-22
1
-0
/
+17
*
moved lazy ref creation methods to OperationEvaluationContext
Josh Micich
2009-11-20
1
-5
/
+11
*
Optimised the FormulaEvaluator to take cell dependencies into account
Josh Micich
2008-09-23
1
-20
/
+5
*
Partitioning common formula logic. Introduced FormulaParsingWorkbook and Eva...
Josh Micich
2008-09-19
1
-0
/
+82