aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/usermodel/BaseTestCell.java
Commit message (Expand)AuthorAgeFilesLines
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-151-3/+3
* Use IOUtils.closeQuietly() in more placesDominik Stadler2016-10-051-1/+3
* bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return shor...Javen O'Neal2016-09-141-4/+4
* bug 59791: make sure hard-coded int literals work for cell typeJaven O'Neal2016-08-221-0/+2
* bug 59791: improve Cell.CELL_TYPE_* backwards compatibilityJaven O'Neal2016-08-221-0/+30
* test Cell.setCellValue(false)Javen O'Neal2016-07-211-24/+26
* bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usageJaven O'Neal2016-07-171-3/+4
* bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an intege...Javen O'Neal2016-07-041-6/+6
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-041-39/+39
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-041-3/+3
* bug 59791: convert Cell Type to an enumJaven O'Neal2016-07-041-77/+79
* add unit test for Cell.getCellCommentJaven O'Neal2016-06-171-0/+31
* add test coverage for TestSXSSFCell.toString() on blank and date cellsJaven O'Neal2016-04-061-0/+19
* bug 59264: use BorderStyle for changing Cell border line styleJaven O'Neal2016-04-051-10/+10
* fix eclipse warningsAndreas Beeker2016-03-211-74/+62
* Fix freeing resources in some tests and dev-tools so we can run unit-tests wi...Dominik Stadler2015-12-221-1/+19
* bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, Javen O'Neal2015-12-041-0/+18
* testBool/testErr: check values before writeOutAndReadBackJaven O'Neal2015-11-301-2/+11
* fix testErr: createRow(1) -> createRow(0); replace assumeTrue with assertEqua...Javen O'Neal2015-11-301-16/+15
* whitespaceJaven O'Neal2015-11-301-618/+618
* break testBoolErr into 2 unit tests. The test shouldn't be aware of the under...Javen O'Neal2015-11-301-16/+63
* bug58452: set cell formulas containing unregistered function namesJaven O'Neal2015-10-311-0/+39
* #58558 SXSSFCell.setCellValue((RichTextString)null) fixed to work like XSSF a...Nick Burch2015-10-281-1/+33
* close resources in junit testsAndreas Beeker2015-09-201-74/+84
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-13/+44
* Fix DAYS360 for US/EU handlingAndreas Beeker2015-09-011-1/+3
* Bug 56579: Throw exception if max string length of 32767 chars is exceeded in...Dominik Stadler2015-04-031-0/+72
* Move some tests to the base test class where applicappleDominik Stadler2015-01-051-1/+117
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-281-2/+2
* Bug 49564 - Fixed default behaviour of XSSFCellStyle.getLocked()Yegor Kozlov2011-06-241-0/+35
* initial support for SXSSF testsYegor Kozlov2011-05-181-12/+12
* change cell type to error when setting Double.NaN or Infinities, see Bugzill...Yegor Kozlov2010-09-041-0/+55
* More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to C...Josh Micich2009-12-031-6/+70
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* avoid NPE when calling XSSF.setCellFormula(null) for a non-formula cellYegor Kozlov2009-04-201-1/+7
* Fixed XSSFCell to preserve cell style when cell value is set to blank, also a...Yegor Kozlov2009-04-171-3/+16
* Improvements to Test[HX]SSFCell. Small fix to XSSFCell to get one more common...Josh Micich2009-04-111-333/+357
* improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa...Yegor Kozlov2009-03-271-8/+116
* update cell type when setting cached formula result in XSSFCell, also improve...Yegor Kozlov2009-03-221-0/+277