aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/formula
Commit message (Expand)AuthorAgeFilesLines
* Bug 56865 - Limit number of bytes (by counting them) while opening office docsAndreas Beeker2015-06-231-0/+1
* 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
* Fix Eclipse warnings, provide better error message and adjust javadoc slightlyDominik Stadler2015-01-091-21/+31
* Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2DecDominik Stadler2015-01-091-0/+51
* Add missing license headerDominik Stadler2015-01-021-0/+16
* Bug 46898: Convert unit tests for circular references to also run for XSSFDominik Stadler2015-01-024-170/+193
* 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-286-95/+97
* Fix warnings and inconsistent indentsNick Burch2014-12-171-93/+86
* Fix some eclipse warnings, newlines, javadoc, generics, ...Dominik Stadler2014-11-071-28/+49
* 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
* Fix bug #55050 - If the start+end row and cell are the same on an AreaPtg, av...Nick Burch2014-07-311-0/+29
* #56132 Allow XSSF formula evaluation to also skip missing external workbook r...Nick Burch2014-07-301-7/+23
* Convert the test to using interfacesNick Burch2014-07-301-23/+28
* HSSF and XSSF Multi-Sheet formula reference tests from Radoslav from bug #55906Nick Burch2014-07-261-0/+331
* Complete evaluation support for multi-sheet references for bug #55906Nick Burch2014-07-254-2/+16
* Update the RefEval method signature to cope with multi-sheet references, and ...Nick Burch2014-07-253-18/+26
* Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ...Nick Burch2014-07-242-7/+6
* Bug 56688: Fix border cases in EDATE function: handle RefEval and BlankEval a...Dominik Stadler2014-07-221-6/+83
* Update the formula evaluator to support XSSF style external named ranges tooNick Burch2014-07-201-1/+1
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...Dominik Stadler2014-05-163-9/+6
* Some encryption fixes:Andreas Beeker2014-04-211-7/+3
* Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhan...Dominik Stadler2014-04-181-16/+97
* performance issue: call toString() on a String object. This is entirely redun...Cédric Walter2014-03-312-9/+9
* 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 55724: implementation of excel percentile function, added unit testCédric Walter2013-11-061-0/+112
* 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 55649: WORKDAY Function returns incorrect date when spanning a weekend, o...Cédric Walter2013-10-101-0/+40
* 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
* Bug 54524: Fix border case in FormulaShifterDominik Stadler2013-08-261-0/+1
* 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