| Commit message (Expand) | Author | Age | Files | Lines |
* | add license header | Andreas Beeker | 2018-05-02 | 1 | -0/+17 |
* | [githib-107] add areas function support. Thanks to Inji Hanbin. This closes #107 | PJ Fanning | 2018-05-01 | 2 | -0/+43 |
* | [bug-62254] update offset function to support optional offset values | PJ Fanning | 2018-04-03 | 1 | -0/+22 |
* | [bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den B... | PJ Fanning | 2018-04-01 | 1 | -0/+98 |
* | Some IntelliJ and Javadoc fixes | Dominik Stadler | 2018-03-04 | 1 | -1/+1 |
* | Bugzilla 61116: Formula evaluation fails when using matrix addition within in... | Yegor Kozlov | 2017-12-30 | 1 | -0/+15 |
* | Bug 61859: support for evaluating comparison operators in array mode, detect ... | Yegor Kozlov | 2017-12-18 | 2 | -0/+339 |
* | bug 61474, github #81: add ShiftMode#ColumnCopy for FormulaShifter | Javen O'Neal | 2017-11-04 | 1 | -2/+78 |
* | bug 61474,github-81: add FormulaShifter.createForColumnShift and ShiftMode.Co... | Javen O'Neal | 2017-11-04 | 1 | -53/+144 |
* | convert "".equals(string) to string.isEmpty() | Javen O'Neal | 2017-10-18 | 1 | -1/+1 |
* | Bug 61064: Support behavior of function CEILING in newer versions of Microsof... | Dominik Stadler | 2017-09-28 | 1 | -25/+70 |
* | Replace deprecated CellReference class and some other warnings fixed | Dominik Stadler | 2017-09-26 | 3 | -17/+14 |
* | Remove more deprecated classes and methods | PJ Fanning | 2017-09-23 | 3 | -3/+9 |
* | use non-deprecated versions of getCellType | PJ Fanning | 2017-09-18 | 8 | -13/+13 |
* | change HyperLink getType to return HyperlinkType | PJ Fanning | 2017-09-18 | 2 | -20/+20 |
* | update getCellType to return CellType enum instead of int | PJ Fanning | 2017-09-18 | 15 | -68/+68 |
* | update getCellType to return CellType enum instead of int | PJ Fanning | 2017-09-18 | 5 | -28/+28 |
* | Various code cleanups, "final" for static methods is useless, for-loops, simp... | Dominik Stadler | 2017-09-17 | 2 | -10/+6 |
* | Remove unnecessary local variables | Dominik Stadler | 2017-09-16 | 9 | -20/+11 |
* | Remove unnecessary type arguments (Java 8) | Dominik Stadler | 2017-09-16 | 7 | -15/+15 |
* | Remove unused imports | Dominik Stadler | 2017-09-16 | 1 | -1/+0 |
* | remove some deprecated code slated for removal in 3.18 | PJ Fanning | 2017-09-15 | 1 | -11/+0 |
* | Numeric Array Formula and Matrix Function [from Bob95132] This closes #69 | PJ Fanning | 2017-09-13 | 1 | -1/+5 |
* | javadoc: replace invalid self enclosing elements | PJ Fanning | 2017-07-17 | 25 | -33/+33 |
* | github #43: fix roundUp and roundDown. | Javen O'Neal | 2017-07-13 | 1 | -4/+7 |
* | [Bug 58975] add test case for new function args default of 255 | PJ Fanning | 2017-07-08 | 1 | -0/+39 |
* | [Bug 58975] do not cast numberOfOperands to byte in AbstractFunctionPtg | PJ Fanning | 2017-07-05 | 1 | -0/+60 |
* | remove deprecated org.apache.poi.hssf.record.RecordFormatException | PJ Fanning | 2017-06-29 | 1 | -1/+1 |
* | Ensure SpreadsheetVersion is set for AreaReferences | PJ Fanning | 2017-06-28 | 1 | -9/+15 |
* | whitespace | Javen O'Neal | 2017-06-20 | 1 | -71/+71 |
* | bug 52063: support 2-argument LOOKUP(lookup_value, array) function in Excel | Javen O'Neal | 2017-06-20 | 1 | -3/+58 |
* | fix eclipse resource leak warnings | Andreas Beeker | 2017-05-31 | 1 | -99/+107 |
* | Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), ... | Dominik Stadler | 2017-05-23 | 2 | -24/+9 |
* | github-43: add disabled unit test showing a problem with ROUNDUP(3987*0.2, 2)... | Javen O'Neal | 2017-05-16 | 2 | -20/+67 |
* | 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 |