aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/formula
Commit message (Expand)AuthorAgeFilesLines
* 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
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-179-21/+21
* add helper functions to make it easier to see which scenarios are being testedJaven O'Neal2017-02-241-33/+60
* Bug #56822 fix COUNTIFS()Greg Woolsey2017-02-141-71/+0
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-0825-1671/+1671
* Bug 60452: WorkdayCalculator calculateWorkdays does return wrong value for sa...Dominik Stadler2016-12-301-1/+52
* Adjust toString() of ExternalNameRecordDominik Stadler2016-12-121-1/+0
* bug 60331: remove deprecated FormulaShifter.createForRowShift(). Require Spre...Javen O'Neal2016-11-021-2/+1
* Eclipse automated refactor/cleanup: add final modifier to private fields to u...Javen O'Neal2016-10-201-2/+2
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-193-9/+7
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-1919-34/+91
* Bug 60029: apply suggested fix and fix some IntelliJ warningsDominik Stadler2016-10-151-103/+122
* Compiler/IDE warnings, unnecessary keywords,Dominik Stadler2016-09-211-1/+1
* change CellValue#getCellType() to return an int instead of an enum for backwa...Javen O'Neal2016-09-1318-48/+48
* Rename and add missing license headerDominik Stadler2016-08-011-6/+18
* Add coverage of function WEEKDAYDominik Stadler2016-07-311-0/+54
* Test a few more cases of function INDIRECT()Dominik Stadler2016-07-311-1/+8