| Commit message (Expand) | Author | Age | Files | Lines |
* | Code-style: Unify how arrays are specified from C-style to normal Java-style | Dominik Stadler | 2018-12-25 | 1 | -20/+20 |
* | [bug-62738] make int cast a long cast in randbetween | PJ Fanning | 2018-09-19 | 1 | -6/+11 |
* | use non-deprecated versions of getCellType | PJ Fanning | 2017-09-18 | 2 | -4/+4 |
* | update getCellType to return CellType enum instead of int | PJ Fanning | 2017-09-18 | 1 | -13/+13 |
* | update getCellType to return CellType enum instead of int | PJ Fanning | 2017-09-18 | 1 | -5/+5 |
* | Remove unnecessary local variables | Dominik Stadler | 2017-09-16 | 1 | -2/+1 |
* | Remove unnecessary type arguments (Java 8) | Dominik Stadler | 2017-09-16 | 2 | -2/+2 |
* | remove some deprecated code slated for removal in 3.18 | PJ Fanning | 2017-09-15 | 1 | -11/+0 |
* | Bug 60452: WorkdayCalculator calculateWorkdays does return wrong value for sa... | Dominik Stadler | 2016-12-30 | 1 | -1/+52 |
* | Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann... | Javen O'Neal | 2016-10-19 | 2 | -0/+6 |
* | 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 | 1 | -3/+3 |
* | bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an intege... | Javen O'Neal | 2016-07-04 | 1 | -13/+13 |
* | bug 59791: getCellType and getCachedFormulaResultType should return an intege... | Javen O'Neal | 2016-07-04 | 2 | -6/+6 |
* | bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.* | Javen O'Neal | 2016-07-04 | 3 | -19/+22 |
* | Eclipse warnings, comment out dead code, close resources, enhance unit tests,... | Dominik Stadler | 2015-09-13 | 1 | -2/+6 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 6 | -249/+200 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 1 | -1/+2 |
* | Somehow the Date formatting via SimpleDateFormatter fails on some CI machines... | Dominik Stadler | 2015-08-20 | 1 | -17/+9 |
* | Add additional checks to narrow down why this test fails when run via Maven | Dominik Stadler | 2015-08-19 | 1 | -4/+20 |
* | Add one unit-test for a different way of calculating workdays to see if this ... | Dominik Stadler | 2015-08-18 | 1 | -0/+6 |
* | Complete evaluation support for multi-sheet references for bug #55906 | Nick Burch | 2014-07-25 | 2 | -2/+10 |
* | performance issue: call toString() on a String object. This is entirely redun... | Cédric Walter | 2014-03-31 | 2 | -9/+9 |
* | Bug 55724: implementation of excel percentile function, added unit test | Cédric Walter | 2013-11-06 | 1 | -0/+112 |
* | Bug 55649: WORKDAY Function returns incorrect date when spanning a weekend, o... | Cédric Walter | 2013-10-10 | 1 | -0/+40 |
* | Patch from Johan from bug #54402 - fix IfError with indirect references | Nick Burch | 2013-01-10 | 1 | -2/+13 |
* | Patch from Johan Karlsteen for bug #53966 - Implement IfError AP function | Nick Burch | 2012-12-28 | 1 | -0/+84 |
* | optimized unused imports and removed deprecation warnings in poi-main | Yegor Kozlov | 2012-03-05 | 5 | -3/+5 |
* | Bugzill 52378: Support for Excel's Analysis Tool Pack functions workday and n... | Yegor Kozlov | 2011-12-21 | 4 | -0/+445 |
* | Added implementation for MROUND(), VAR() and VARP() | Yegor Kozlov | 2010-12-11 | 1 | -0/+71 |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 3 | -0/+438 |