aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/usermodel
Commit message (Expand)AuthorAgeFilesLines
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-156-35/+51
* bug 60260: parse unicode sheet namesJaven O'Neal2017-01-121-0/+15
* Bug 60369: Adjust pattern to better handle non-ASCII characters in Month-name...Dominik Stadler2016-12-301-0/+160
* Fix newly introduced Sonar issues and allow text to be nullDominik Stadler2016-11-271-4/+7
* Bug 60370: Encode some special characters when setting title/text for validat...Dominik Stadler2016-11-251-3/+44
* Bug 59200: Check for actual Excel limits on data validation title/textDominik Stadler2016-11-251-9/+73
* Pull up one more test into BaseTestConditionalFormattingDominik Stadler2016-11-071-7/+97
* Add setFormattingRanges() to interface ConditionalFormatting, closes #42Dominik Stadler2016-11-071-9/+81
* Eclipse automated refactor/cleanup: add final modifier to private fields to u...Javen O'Neal2016-10-201-1/+1
* reenable unit test for bug 58648 that passes nowJaven O'Neal2016-10-191-1/+3
* bug 56781,60246: fix named range validation to match valid name rules per Exc...Javen O'Neal2016-10-141-6/+28
* bug 55075: add missing importJaven O'Neal2016-10-091-0/+1
* bug 55075,51233: create drawings with correct height when rows are custom heightJaven O'Neal2016-10-091-0/+58
* bug 60197: Workbook#setSheetOrder should update named range sheet indicesJaven O'Neal2016-10-091-0/+97
* Use IOUtils.closeQuietly() in more placesDominik Stadler2016-10-051-1/+3
* Compiler/IDE warnings, unnecessary keywords,Dominik Stadler2016-09-212-4/+1
* replace @Ignore with POITestCase.skipTest/testPassesNowJaven O'Neal2016-09-211-6/+24
* move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluat...Javen O'Neal2016-09-141-0/+12
* bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return shor...Javen O'Neal2016-09-142-8/+8
* bug 59264: revert getBorder[Top|Bottom|Left|Right|Diagonal]() to return short...Javen O'Neal2016-09-141-29/+29
* change CellValue#getCellType() to return an int instead of an enum for backwa...Javen O'Neal2016-09-131-2/+2
* bug 60025: DataFormatter should print booleans as TRUE/FALSE, not true/falseJaven O'Neal2016-09-111-0/+21
* move duplicated NullOutputStream classes to test suite utilitiesJaven O'Neal2016-09-101-9/+1
* 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
* Introduce name-based methods for access to named ranges in a workbook, and de...David North2016-07-292-17/+11
* Bug 55384: Handle setting pre-evaluation string correctly in SXSSF as wellDominik Stadler2016-07-271-1/+78
* test Cell.setCellValue(false)Javen O'Neal2016-07-211-24/+26
* Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ...Dominik Stadler2016-07-171-5/+5
* bug 59264,59833,59837: upgrade deprecated methods in examples and testcasesJaven O'Neal2016-07-171-20/+20
* bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usageJaven O'Neal2016-07-173-10/+12
* bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usageJaven O'Neal2016-07-171-12/+13
* bug 59775: fix cell address index errorJaven O'Neal2016-07-171-1/+2
* bug 59872: add Sheet.getHyperlink(CellAddress)Javen O'Neal2016-07-171-0/+21
* Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged regio...Dominik Stadler2016-07-161-19/+62
* Add a unit-test to verify that DataFormatter.formatCellValue() does format fo...Dominik Stadler2016-07-051-0/+20
* bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an intege...Javen O'Neal2016-07-044-22/+22
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-045-89/+89
* reorganize imports (remove unused imports, sort alphabetically)Javen O'Neal2016-07-041-2/+0
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-046-48/+48
* bug 59791: convert Cell Type to an enumJaven O'Neal2016-07-043-107/+109
* bug 59789: move HSSFComment shifting due to rowShift outside of for-loop for ...Javen O'Neal2016-07-041-1/+1
* bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to...Javen O'Neal2016-07-022-2/+2
* deprecated constants pointing to MissingCellPolicy - use enum insteadAndreas Beeker2016-06-242-26/+28
* bug 56781: make Name#validateName compatible on Java 6 (no Regex \p{IsAlphabe...Javen O'Neal2016-06-201-5/+6
* remove commented out @IgnoreJaven O'Neal2016-06-201-1/+0
* bug 56781: disallow names with symbols, except underscore, period, and backslashJaven O'Neal2016-06-201-0/+44
* bug 57929: add disabled unit test, adapted from novaJaven O'Neal2016-06-201-0/+30
* whitespace (tabs to 4 spaces)Javen O'Neal2016-06-201-13/+13
* bug 59730: promote XSSFSheet#removeMergedRegions to Sheet interfaceJaven O'Neal2016-06-201-0/+37