aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/formula
Commit message (Expand)AuthorAgeFilesLines
...
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-179-21/+21
* add helper functions to make it easier to see which scenarios are being testedJaven O'Neal2017-02-241-33/+60
* Bug #56822 fix COUNTIFS()Greg Woolsey2017-02-141-71/+0
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-0825-1671/+1671
* Bug 60452: WorkdayCalculator calculateWorkdays does return wrong value for sa...Dominik Stadler2016-12-301-1/+52
* Adjust toString() of ExternalNameRecordDominik Stadler2016-12-121-1/+0
* bug 60331: remove deprecated FormulaShifter.createForRowShift(). Require Spre...Javen O'Neal2016-11-021-2/+1
* Eclipse automated refactor/cleanup: add final modifier to private fields to u...Javen O'Neal2016-10-201-2/+2
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-193-9/+7
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-1919-34/+91
* Bug 60029: apply suggested fix and fix some IntelliJ warningsDominik Stadler2016-10-151-103/+122
* Compiler/IDE warnings, unnecessary keywords,Dominik Stadler2016-09-211-1/+1
* change CellValue#getCellType() to return an int instead of an enum for backwa...Javen O'Neal2016-09-1318-48/+48
* Rename and add missing license headerDominik Stadler2016-08-011-6/+18
* Add coverage of function WEEKDAYDominik Stadler2016-07-311-0/+54
* Test a few more cases of function INDIRECT()Dominik Stadler2016-07-311-1/+8
* Bug 59736: Incorrect evaluation of SUBTOTAL with composite intervalDominik Stadler2016-07-311-7/+90
* Bug 59861: Adjust testcase, it works now for me. Also combine the two TestPro...Dominik Stadler2016-07-151-62/+0
* Function PROPER: Don't use a regular expression syntax that is not available ...Dominik Stadler2016-07-151-0/+62
* add crude line-coverage tests for setDebugEvaluationOutputForNextEval and set...Javen O'Neal2016-07-071-0/+28
* bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an intege...Javen O'Neal2016-07-0410-33/+33
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-049-49/+49
* reorganize imports (remove unused imports, sort alphabetically)Javen O'Neal2016-07-043-11/+13
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-0425-111/+130
* bug 59791: convert Cell Type to an enumJaven O'Neal2016-07-044-89/+105
* add crude unit tests for UDFFinder classesJaven O'Neal2016-06-113-0/+118
* whitespace (tabs to spaces)Javen O'Neal2016-06-101-135/+135
* Add XSSF support to ForkedEvaluatorAndreas Beeker2016-06-071-11/+16
* fix junit4Andreas Beeker2016-05-211-13/+10
* findbugs fixesAndreas Beeker2016-05-201-29/+27
* #59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of E...Andreas Beeker2016-05-167-57/+73
* convert to junit4Javen O'Neal2016-04-122-4/+19
* whitespace: +svn:eol-style=native, tabs to 4 spacesJaven O'Neal2016-04-121-170/+170
* Slightly improve error messageDominik Stadler2016-04-061-38/+28
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-061-3/+1
* Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheet...Dominik Stadler2016-03-311-1/+1
* Bug 59132: Adjust implementation of COUNTBLANK to be conforming to Excel, emp...Dominik Stadler2016-03-291-7/+5
* fix eclipse warningsAndreas Beeker2016-03-211-16/+24
* Rename test-source file to actual class name to avoid constant recompilations...Dominik Stadler2016-01-181-0/+0
* Bug 58829: Remove some useages of printStackTrace() and some other minor clea...Dominik Stadler2016-01-131-3/+4
* Some more unit testsDominik Stadler2016-01-011-0/+31
* Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed.Dominik Stadler2015-12-301-2/+50
* close resourcesAndreas Beeker2015-11-292-15/+29
* fix unnecessary cast warningsAndreas Beeker2015-11-221-6/+4
* #58597: Fix tests to not do setAccessible(), add some doPrivileged, too.Uwe Schindler2015-11-111-11/+0
* Eclipse warnings, typos, ...Dominik Stadler2015-11-081-13/+12
* bug 58591: add formula evaluation unit tests inspired by Jason Tomforde's que...Javen O'Neal2015-11-071-0/+276
* remove TestWorkbookEvaluator from junit3 test suite since it was upgraded to ...Javen O'Neal2015-11-061-1/+1
* remove deprecated ErrorConstants usage in TestWorkbookEvaluatorJaven O'Neal2015-11-061-2/+1
* whitespaceJaven O'Neal2015-11-061-242/+241