aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/usermodel/HSSFEvaluationSheet.java
Commit message (Expand)AuthorAgeFilesLines
* add @Internal annotations to implementations of Internal EvaluationWorkbook a...Javen O'Neal2016-07-071-1/+6
* whitespace (tabs to spaces)Javen O'Neal2016-07-071-26/+26
* add @Override annotations to spreadsheet formula Evaluation classesJaven O'Neal2016-07-071-0/+2
* bug 59814: clear evaluation workbook and evaluation sheet caches. Patch from ...Javen O'Neal2016-07-071-0/+4
* Start to remove @author tags, as per http://poi.apache.org/guidelines.html#Co...Nick Burch2013-08-231-3/+1
* Performance optimisation for EvaluationCache. Changed to use HSSFCell as key...Josh Micich2008-10-091-0/+50