aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/formula/functions
Commit message (Expand)AuthorAgeFilesLines
* Bug 57915: Fix Dev2Hex for numbers larger than Integer.MAX_VALUE and less tha...Dominik Stadler2015-09-171-0/+22
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-131-17/+29
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-1220-334/+292
* Bug 58353: Return correct value in Match-Function with match-type == -1Dominik Stadler2015-09-111-7/+31
* forbidden apis fixes - timezone fix ... will it work?Andreas Beeker2015-09-101-0/+1
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-075-105/+149
* Fix DAYS360 for US/EU handlingAndreas Beeker2015-09-012-99/+85
* Fix some Forbidden APIs errorsNick Burch2015-09-011-2/+3
* Bug 56655: Fix Sumifs for cases where the criteria is in error.Dominik Stadler2015-06-201-0/+81
* Bug 56420: Fix possible NullPointerException when empty cell is included in S...Dominik Stadler2015-06-201-0/+9
* Add missing license headerNick Burch2015-04-241-0/+17
* Patch from Conor from bug #57747 - Add ISERR() functionNick Burch2015-04-241-0/+88
* Adjust Bin2Dec similar to what we did for Hex2Dec in Bug 57196 and fix some s...Dominik Stadler2015-01-094-5/+501
* Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2DecDominik Stadler2015-01-091-0/+51
* Bug 57007: Add initial implementations of DMIN and DGET functionsDominik Stadler2014-12-282-0/+54
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-283-21/+21
* Fix warnings and inconsistent indentsNick Burch2014-12-171-93/+86
* Bug 57003: Add implementation of function FIXEDDominik Stadler2014-11-072-0/+157
* Bug 57150: Added EOMONTH functionCédric Walter2014-10-273-36/+205
* Unit tests which reference XSSF must be on the ooxml part of the treeNick Burch2014-10-201-86/+0
* Escape non-ASCII characters in the unit test, so it builds properly everywhereNick Burch2014-10-201-2/+2
* Bug 57010: Add implementation of function PROPERDominik Stadler2014-10-201-0/+86
* Complete evaluation support for multi-sheet references for bug #55906Nick Burch2014-07-251-0/+3
* Update the RefEval method signature to cope with multi-sheet references, and ...Nick Burch2014-07-252-13/+22
* Bug 56688: Fix border cases in EDATE function: handle RefEval and BlankEval a...Dominik Stadler2014-07-221-6/+83
* Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhan...Dominik Stadler2014-04-181-16/+97
* Patch from Detlef Brendle from bug #55873 - Support for COUNTIFS functionNick Burch2014-01-231-0/+66
* Added license headersAndreas Beeker2014-01-181-0/+16
* javadoc and compiler warning house-keepingAndreas Beeker2013-12-251-2/+7
* Bug 55024: MIRR Formula implementation review, added error handling and Formu...Cédric Walter2013-11-041-0/+162
* Bug 54535: Bug in INTERCEPT and SLOPE, review and integration test added to F...Cédric Walter2013-11-042-18/+18
* Bug 55742: Apply patch for Oct2Dec and refactor Hex2Dec to also use BaseNumbe...Cédric Walter2013-11-042-0/+123
* Bug 55036: fixed red build (Dec2Hex)Cédric Walter2013-10-121-3/+2
* Bug 55058: patch for missing function FactDoubleCédric Walter2013-10-101-0/+30
* Bug 55081: patch for missing function WEEKNUMCédric Walter2013-10-082-0/+61
* Bug 55037: patch for missing function DELTACédric Walter2013-10-071-0/+13
* Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyleNick Burch2013-08-238-22/+2
* Bug 55043: patch for missing function QUOTIENTCédric Walter2013-08-162-3/+35
* Bug 55082: patch for missing function ROMANCédric Walter2013-08-161-0/+30
* Bug 55080: patch for missing function IMREALCédric Walter2013-08-161-0/+30
* Bug 55079: patch for missing function IMAGINARYCédric Walter2013-08-161-0/+30
* Bug 54720: Support for Row/Col Area Range like 8:8 or H:HCédric Walter2013-08-162-5/+37
* Bug 54723: Support for percentage in VALUE() functionCédric Walter2013-08-161-0/+3
* Add missing license headers, and a few javadoc tweaks while working on those ...Nick Burch2013-06-251-0/+17
* Bug 55047: REPT formula supportYegor Kozlov2013-06-021-0/+31
* missing tests for Bug 55041 - CODE formula supportYegor Kozlov2013-06-021-0/+31
* added missing tests for Bug 55042: patch for missing function COMPLEXYegor Kozlov2013-06-021-0/+31
* Bugzilla 55043 and 55042: initial support for Complex and Quotient functionsYegor Kozlov2013-06-022-0/+132
* Bugzilla 55041: CODE function support, also removed @Override from interfaces...Yegor Kozlov2013-06-021-0/+59
* Bugzilla 55037: DELTA function supportYegor Kozlov2013-06-021-0/+63