aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/usermodel/BaseTestSheetUpdateArrayFormulas.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-271-427/+400
* Bug 63073: Adjust returned index of merged regions and verify all calls in testsDominik Stadler2019-04-231-2/+2
* Fix some Findbugs and IDE issues, refactor some duplicated code,Dominik Stadler2019-01-131-0/+1
* Bug 62828: CellReference(Cell) now initializes sheet name.Vladislav Galas2019-01-021-4/+4
* Update some tests and IntelliJ warningsDominik Stadler2018-01-011-2/+2
* change HyperLink getType to return HyperlinkTypePJ Fanning2017-09-181-17/+17
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-171-1/+1
* Compiler/IDE warnings, unnecessary keywords,Dominik Stadler2016-09-211-1/+1
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-041-16/+16
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-041-19/+19
* bug 59728: add disabled unit test: should not be able to add an array formula...Javen O'Neal2016-06-191-0/+33
* bug 56958: patch from Yaniv Kunda: check that cells containing array formulas...Javen O'Neal2016-06-191-12/+49
* sonar fixes and closing resources after useAndreas Beeker2015-10-061-35/+80
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...Dominik Stadler2014-05-161-3/+2
* clear calculation chain when deleting row or chaing cell type to blank, see B...Yegor Kozlov2010-11-121-1/+1
* improved usermodel to prevent data corruption when setting array formulas, mi...Yegor Kozlov2009-12-291-0/+260
* Added CellRange return type for Sheet array formula methods. Renamed new tes...Josh Micich2009-12-251-0/+236