| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa... | Dominik Stadler | 2017-04-17 | 9 | -21/+21 |
* | add helper functions to make it easier to see which scenarios are being tested | Javen O'Neal | 2017-02-24 | 1 | -33/+60 |
* | Bug #56822 fix COUNTIFS() | Greg Woolsey | 2017-02-14 | 1 | -71/+0 |
* | Convert all *.java files to use native end of line character(s) | Javen O'Neal | 2017-02-08 | 25 | -1671/+1671 |
* | Bug 60452: WorkdayCalculator calculateWorkdays does return wrong value for sa... | Dominik Stadler | 2016-12-30 | 1 | -1/+52 |
* | Adjust toString() of ExternalNameRecord | Dominik Stadler | 2016-12-12 | 1 | -1/+0 |
* | bug 60331: remove deprecated FormulaShifter.createForRowShift(). Require Spre... | Javen O'Neal | 2016-11-02 | 1 | -2/+1 |
* | Eclipse automated refactor/cleanup: add final modifier to private fields to u... | Javen O'Neal | 2016-10-20 | 1 | -2/+2 |
* | Eclipse automated refactor/cleanup: convert for loops to for-each loops | Javen O'Neal | 2016-10-19 | 3 | -9/+7 |
* | Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann... | Javen O'Neal | 2016-10-19 | 19 | -34/+91 |
* | Bug 60029: apply suggested fix and fix some IntelliJ warnings | Dominik Stadler | 2016-10-15 | 1 | -103/+122 |
* | Compiler/IDE warnings, unnecessary keywords, | Dominik Stadler | 2016-09-21 | 1 | -1/+1 |
* | change CellValue#getCellType() to return an int instead of an enum for backwa... | Javen O'Neal | 2016-09-13 | 18 | -48/+48 |
* | Rename and add missing license header | Dominik Stadler | 2016-08-01 | 1 | -6/+18 |
* | Add coverage of function WEEKDAY | Dominik Stadler | 2016-07-31 | 1 | -0/+54 |
* | Test a few more cases of function INDIRECT() | Dominik Stadler | 2016-07-31 | 1 | -1/+8 |
* | Bug 59736: Incorrect evaluation of SUBTOTAL with composite interval | Dominik Stadler | 2016-07-31 | 1 | -7/+90 |
* | Bug 59861: Adjust testcase, it works now for me. Also combine the two TestPro... | Dominik Stadler | 2016-07-15 | 1 | -62/+0 |
* | Function PROPER: Don't use a regular expression syntax that is not available ... | Dominik Stadler | 2016-07-15 | 1 | -0/+62 |
* | add crude line-coverage tests for setDebugEvaluationOutputForNextEval and set... | Javen O'Neal | 2016-07-07 | 1 | -0/+28 |
* | bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an intege... | Javen O'Neal | 2016-07-04 | 10 | -33/+33 |
* | bug 59791: getCellType and getCachedFormulaResultType should return an intege... | Javen O'Neal | 2016-07-04 | 9 | -49/+49 |
* | reorganize imports (remove unused imports, sort alphabetically) | Javen O'Neal | 2016-07-04 | 3 | -11/+13 |
* | bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.* | Javen O'Neal | 2016-07-04 | 25 | -111/+130 |
* | bug 59791: convert Cell Type to an enum | Javen O'Neal | 2016-07-04 | 4 | -89/+105 |
* | add crude unit tests for UDFFinder classes | Javen O'Neal | 2016-06-11 | 3 | -0/+118 |
* | whitespace (tabs to spaces) | Javen O'Neal | 2016-06-10 | 1 | -135/+135 |
* | Add XSSF support to ForkedEvaluator | Andreas Beeker | 2016-06-07 | 1 | -11/+16 |
* | fix junit4 | Andreas Beeker | 2016-05-21 | 1 | -13/+10 |
* | findbugs fixes | Andreas Beeker | 2016-05-20 | 1 | -29/+27 |
* | #59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of E... | Andreas Beeker | 2016-05-16 | 7 | -57/+73 |
* | convert to junit4 | Javen O'Neal | 2016-04-12 | 2 | -4/+19 |
* | whitespace: +svn:eol-style=native, tabs to 4 spaces | Javen O'Neal | 2016-04-12 | 1 | -170/+170 |
* | Slightly improve error message | Dominik Stadler | 2016-04-06 | 1 | -38/+28 |
* | Code cleanup via IntelliJ: Remove unnecessary semicolon | Dominik Stadler | 2016-04-06 | 1 | -3/+1 |
* | Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheet... | Dominik Stadler | 2016-03-31 | 1 | -1/+1 |
* | Bug 59132: Adjust implementation of COUNTBLANK to be conforming to Excel, emp... | Dominik Stadler | 2016-03-29 | 1 | -7/+5 |
* | fix eclipse warnings | Andreas Beeker | 2016-03-21 | 1 | -16/+24 |
* | Rename test-source file to actual class name to avoid constant recompilations... | Dominik Stadler | 2016-01-18 | 1 | -0/+0 |
* | Bug 58829: Remove some useages of printStackTrace() and some other minor clea... | Dominik Stadler | 2016-01-13 | 1 | -3/+4 |
* | Some more unit tests | Dominik Stadler | 2016-01-01 | 1 | -0/+31 |
* | Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed. | Dominik Stadler | 2015-12-30 | 1 | -2/+50 |
* | close resources | Andreas Beeker | 2015-11-29 | 2 | -15/+29 |
* | fix unnecessary cast warnings | Andreas Beeker | 2015-11-22 | 1 | -6/+4 |
* | #58597: Fix tests to not do setAccessible(), add some doPrivileged, too. | Uwe Schindler | 2015-11-11 | 1 | -11/+0 |
* | Eclipse warnings, typos, ... | Dominik Stadler | 2015-11-08 | 1 | -13/+12 |
* | bug 58591: add formula evaluation unit tests inspired by Jason Tomforde's que... | Javen O'Neal | 2015-11-07 | 1 | -0/+276 |
* | remove TestWorkbookEvaluator from junit3 test suite since it was upgraded to ... | Javen O'Neal | 2015-11-06 | 1 | -1/+1 |
* | remove deprecated ErrorConstants usage in TestWorkbookEvaluator | Javen O'Neal | 2015-11-06 | 1 | -2/+1 |
* | whitespace | Javen O'Neal | 2015-11-06 | 1 | -242/+241 |