| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix some Findbugs and IDE issues, refactor some duplicated code, | Dominik Stadler | 2019-01-13 | 1 | -9/+11 |
* | IDE and JavaDoc fixes, move/remove some unfixed tests | Dominik Stadler | 2019-01-11 | 1 | -5/+1 |
* | Bug 63054: improved evaluation of array formulas with error in arguments | Yegor Kozlov | 2019-01-08 | 1 | -0/+33 |
* | Bug 62904: Support array arguments in IF and logical IS*** functions | Yegor Kozlov | 2019-01-07 | 2 | -0/+64 |
* | Bug 60460: Handle null workbook or sheet names and emit #REF as Excel does | Dominik Stadler | 2018-12-30 | 1 | -10/+107 |
* | Bug 62839: Adjust MathX.floor() to handle negative values the same | Dominik Stadler | 2018-12-26 | 1 | -0/+6 |
* | Simplify some string operations | Dominik Stadler | 2018-12-26 | 1 | -1/+1 |
* | JavaDoc fixes/additions and some IDE warnings removed | Dominik Stadler | 2018-12-25 | 1 | -22/+10 |
* | Code-style: Unify how arrays are specified from C-style to normal Java-style | Dominik Stadler | 2018-12-25 | 4 | -30/+33 |
* | [github-137] solves/unifies blank/missing value colection for PRODUCT/MDETERM... | PJ Fanning | 2018-12-18 | 2 | -3/+83 |
* | add missing license | PJ Fanning | 2018-12-16 | 1 | -0/+16 |
* | Implemented GEOMEAN function. Thanks to gallonfizik. This closes #136 | PJ Fanning | 2018-12-16 | 2 | -0/+135 |
* | fixed escaping of sheet names. Thanks to gallonfizik. This closes #134 | PJ Fanning | 2018-11-25 | 1 | -0/+66 |
* | Bug 62836: Implementation of Excel TREND function | Yegor Kozlov | 2018-11-02 | 2 | -0/+32 |
* | Bug 62373: Support for FREQUENCY function | Yegor Kozlov | 2018-10-18 | 1 | -0/+91 |
* | [bug-62738] make int cast a long cast in randbetween | PJ Fanning | 2018-09-19 | 1 | -6/+11 |
* | 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 |