| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 57915: Fix Dev2Hex for numbers larger than Integer.MAX_VALUE and less tha... | Dominik Stadler | 2015-09-17 | 1 | -0/+22 |
* | fix eclipse warning - mostly generics cosmetics | Andreas Beeker | 2015-09-13 | 1 | -17/+29 |
* | fix eclipse warning - mostly generics cosmetics | Andreas Beeker | 2015-09-12 | 20 | -334/+292 |
* | Bug 58353: Return correct value in Match-Function with match-type == -1 | Dominik Stadler | 2015-09-11 | 1 | -7/+31 |
* | forbidden apis fixes - timezone fix ... will it work? | Andreas Beeker | 2015-09-10 | 1 | -0/+1 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 5 | -105/+149 |
* | Fix DAYS360 for US/EU handling | Andreas Beeker | 2015-09-01 | 2 | -99/+85 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 1 | -2/+3 |
* | Bug 56655: Fix Sumifs for cases where the criteria is in error. | Dominik Stadler | 2015-06-20 | 1 | -0/+81 |
* | Bug 56420: Fix possible NullPointerException when empty cell is included in S... | Dominik Stadler | 2015-06-20 | 1 | -0/+9 |
* | Add missing license header | Nick Burch | 2015-04-24 | 1 | -0/+17 |
* | Patch from Conor from bug #57747 - Add ISERR() function | Nick Burch | 2015-04-24 | 1 | -0/+88 |
* | Adjust Bin2Dec similar to what we did for Hex2Dec in Bug 57196 and fix some s... | Dominik Stadler | 2015-01-09 | 4 | -5/+501 |
* | Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2Dec | Dominik Stadler | 2015-01-09 | 1 | -0/+51 |
* | Bug 57007: Add initial implementations of DMIN and DGET functions | Dominik Stadler | 2014-12-28 | 2 | -0/+54 |
* | Fix Eclipse warnings, unnecessary casts, use generics, static access... | Dominik Stadler | 2014-12-28 | 3 | -21/+21 |
* | Fix warnings and inconsistent indents | Nick Burch | 2014-12-17 | 1 | -93/+86 |
* | Bug 57003: Add implementation of function FIXED | Dominik Stadler | 2014-11-07 | 2 | -0/+157 |
* | Bug 57150: Added EOMONTH function | Cédric Walter | 2014-10-27 | 3 | -36/+205 |
* | Unit tests which reference XSSF must be on the ooxml part of the tree | Nick Burch | 2014-10-20 | 1 | -86/+0 |
* | Escape non-ASCII characters in the unit test, so it builds properly everywhere | Nick Burch | 2014-10-20 | 1 | -2/+2 |
* | Bug 57010: Add implementation of function PROPER | Dominik Stadler | 2014-10-20 | 1 | -0/+86 |
* | Complete evaluation support for multi-sheet references for bug #55906 | Nick Burch | 2014-07-25 | 1 | -0/+3 |
* | Update the RefEval method signature to cope with multi-sheet references, and ... | Nick Burch | 2014-07-25 | 2 | -13/+22 |
* | Bug 56688: Fix border cases in EDATE function: handle RefEval and BlankEval a... | Dominik Stadler | 2014-07-22 | 1 | -6/+83 |
* | Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhan... | Dominik Stadler | 2014-04-18 | 1 | -16/+97 |
* | Patch from Detlef Brendle from bug #55873 - Support for COUNTIFS function | Nick Burch | 2014-01-23 | 1 | -0/+66 |
* | Added license headers | Andreas Beeker | 2014-01-18 | 1 | -0/+16 |
* | javadoc and compiler warning house-keeping | Andreas Beeker | 2013-12-25 | 1 | -2/+7 |
* | Bug 55024: MIRR Formula implementation review, added error handling and Formu... | Cédric Walter | 2013-11-04 | 1 | -0/+162 |
* | Bug 54535: Bug in INTERCEPT and SLOPE, review and integration test added to F... | Cédric Walter | 2013-11-04 | 2 | -18/+18 |
* | Bug 55742: Apply patch for Oct2Dec and refactor Hex2Dec to also use BaseNumbe... | Cédric Walter | 2013-11-04 | 2 | -0/+123 |
* | Bug 55036: fixed red build (Dec2Hex) | Cédric Walter | 2013-10-12 | 1 | -3/+2 |
* | Bug 55058: patch for missing function FactDouble | Cédric Walter | 2013-10-10 | 1 | -0/+30 |
* | Bug 55081: patch for missing function WEEKNUM | Cédric Walter | 2013-10-08 | 2 | -0/+61 |
* | Bug 55037: patch for missing function DELTA | Cédric Walter | 2013-10-07 | 1 | -0/+13 |
* | Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle | Nick Burch | 2013-08-23 | 8 | -22/+2 |
* | Bug 55043: patch for missing function QUOTIENT | Cédric Walter | 2013-08-16 | 2 | -3/+35 |
* | Bug 55082: patch for missing function ROMAN | Cédric Walter | 2013-08-16 | 1 | -0/+30 |
* | Bug 55080: patch for missing function IMREAL | Cédric Walter | 2013-08-16 | 1 | -0/+30 |
* | Bug 55079: patch for missing function IMAGINARY | Cédric Walter | 2013-08-16 | 1 | -0/+30 |
* | Bug 54720: Support for Row/Col Area Range like 8:8 or H:H | Cédric Walter | 2013-08-16 | 2 | -5/+37 |
* | Bug 54723: Support for percentage in VALUE() function | Cédric Walter | 2013-08-16 | 1 | -0/+3 |
* | Add missing license headers, and a few javadoc tweaks while working on those ... | Nick Burch | 2013-06-25 | 1 | -0/+17 |
* | Bug 55047: REPT formula support | Yegor Kozlov | 2013-06-02 | 1 | -0/+31 |
* | missing tests for Bug 55041 - CODE formula support | Yegor Kozlov | 2013-06-02 | 1 | -0/+31 |
* | added missing tests for Bug 55042: patch for missing function COMPLEX | Yegor Kozlov | 2013-06-02 | 1 | -0/+31 |
* | Bugzilla 55043 and 55042: initial support for Complex and Quotient functions | Yegor Kozlov | 2013-06-02 | 2 | -0/+132 |
* | Bugzilla 55041: CODE function support, also removed @Override from interfaces... | Yegor Kozlov | 2013-06-02 | 1 | -0/+59 |
* | Bugzilla 55037: DELTA function support | Yegor Kozlov | 2013-06-02 | 1 | -0/+63 |