aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/formula
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some Findbugs and IDE issues, refactor some duplicated code,Dominik Stadler2019-01-131-9/+11
* IDE and JavaDoc fixes, move/remove some unfixed testsDominik Stadler2019-01-111-5/+1
* Bug 63054: improved evaluation of array formulas with error in argumentsYegor Kozlov2019-01-081-0/+33
* Bug 62904: Support array arguments in IF and logical IS*** functionsYegor Kozlov2019-01-072-0/+64
* Bug 60460: Handle null workbook or sheet names and emit #REF as Excel doesDominik Stadler2018-12-301-10/+107
* Bug 62839: Adjust MathX.floor() to handle negative values the sameDominik Stadler2018-12-261-0/+6
* Simplify some string operationsDominik Stadler2018-12-261-1/+1
* JavaDoc fixes/additions and some IDE warnings removedDominik Stadler2018-12-251-22/+10
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-254-30/+33
* [github-137] solves/unifies blank/missing value colection for PRODUCT/MDETERM...PJ Fanning2018-12-182-3/+83
* add missing licensePJ Fanning2018-12-161-0/+16
* Implemented GEOMEAN function. Thanks to gallonfizik. This closes #136PJ Fanning2018-12-162-0/+135
* fixed escaping of sheet names. Thanks to gallonfizik. This closes #134PJ Fanning2018-11-251-0/+66
* Bug 62836: Implementation of Excel TREND functionYegor Kozlov2018-11-022-0/+32
* Bug 62373: Support for FREQUENCY functionYegor Kozlov2018-10-181-0/+91
* [bug-62738] make int cast a long cast in randbetweenPJ Fanning2018-09-191-6/+11
* add license headerAndreas Beeker2018-05-021-0/+17
* [githib-107] add areas function support. Thanks to Inji Hanbin. This closes #107PJ Fanning2018-05-012-0/+43
* [bug-62254] update offset function to support optional offset valuesPJ Fanning2018-04-031-0/+22
* [bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den B...PJ Fanning2018-04-011-0/+98
* Some IntelliJ and Javadoc fixesDominik Stadler2018-03-041-1/+1
* Bugzilla 61116: Formula evaluation fails when using matrix addition within in...Yegor Kozlov2017-12-301-0/+15
* Bug 61859: support for evaluating comparison operators in array mode, detect ...Yegor Kozlov2017-12-182-0/+339
* bug 61474, github #81: add ShiftMode#ColumnCopy for FormulaShifterJaven O'Neal2017-11-041-2/+78
* bug 61474,github-81: add FormulaShifter.createForColumnShift and ShiftMode.Co...Javen O'Neal2017-11-041-53/+144
* convert "".equals(string) to string.isEmpty()Javen O'Neal2017-10-181-1/+1
* Bug 61064: Support behavior of function CEILING in newer versions of Microsof...Dominik Stadler2017-09-281-25/+70
* Replace deprecated CellReference class and some other warnings fixedDominik Stadler2017-09-263-17/+14
* Remove more deprecated classes and methodsPJ Fanning2017-09-233-3/+9
* use non-deprecated versions of getCellTypePJ Fanning2017-09-188-13/+13
* change HyperLink getType to return HyperlinkTypePJ Fanning2017-09-182-20/+20
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-1815-68/+68
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-185-28/+28
* Various code cleanups, "final" for static methods is useless, for-loops, simp...Dominik Stadler2017-09-172-10/+6
* Remove unnecessary local variablesDominik Stadler2017-09-169-20/+11
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-167-15/+15
* Remove unused importsDominik Stadler2017-09-161-1/+0
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-151-11/+0
* Numeric Array Formula and Matrix Function [from Bob95132] This closes #69PJ Fanning2017-09-131-1/+5
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-1725-33/+33
* github #43: fix roundUp and roundDown.Javen O'Neal2017-07-131-4/+7
* [Bug 58975] add test case for new function args default of 255PJ Fanning2017-07-081-0/+39
* [Bug 58975] do not cast numberOfOperands to byte in AbstractFunctionPtgPJ Fanning2017-07-051-0/+60
* remove deprecated org.apache.poi.hssf.record.RecordFormatExceptionPJ Fanning2017-06-291-1/+1
* Ensure SpreadsheetVersion is set for AreaReferencesPJ Fanning2017-06-281-9/+15
* whitespaceJaven O'Neal2017-06-201-71/+71
* bug 52063: support 2-argument LOOKUP(lookup_value, array) function in ExcelJaven O'Neal2017-06-201-3/+58
* fix eclipse resource leak warningsAndreas Beeker2017-05-311-99/+107
* Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), ...Dominik Stadler2017-05-232-24/+9
* github-43: add disabled unit test showing a problem with ROUNDUP(3987*0.2, 2)...Javen O'Neal2017-05-162-20/+67