aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bug 60128: add test-data/openxml4j/invalid.xlsx to expected failures for inte...Javen O'Neal2016-09-141-0/+1
* javadocsJaven O'Neal2016-09-141-0/+2
* bug 60128: make code Java 6 compatible. Throwable#addSuppressed not available...Javen O'Neal2016-09-141-2/+2
* Javadoc fixNick Burch2016-09-141-2/+2
* Patches from Patrick Zimmermann from bugs #60130 and #60131 - DGET fix for em...Nick Burch2016-09-142-94/+67
* make logger finalJaven O'Neal2016-09-141-1/+1
* bug 60128: close opened resources to avoid leaks; add exception as cause wher...Javen O'Neal2016-09-141-25/+29
* give more helpful exceptions rather than returning null when zip file cannot ...Javen O'Neal2016-09-141-2/+8
* bug 60128: close open file descriptors when exceptions are thrown from OPCPac...Javen O'Neal2016-09-146-40/+129
* Unit test for bug #60128, showing that calling close on a broken package clea...Nick Burch2016-09-145-1/+70
* move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluat...Javen O'Neal2016-09-147-83/+66
* move BaseXSSFFormulaEvaluator#evaluateFormulaCellEnum(Cell) and HSSFFormulaEv...Javen O'Neal2016-09-144-109/+74
* bug 59791: add deprecation and removal annotationsJaven O'Neal2016-09-145-8/+7
* bug 59791: add deprecation warningsJaven O'Neal2016-09-146-9/+12
* bug 59791: add deprecation and removal annotationsJaven O'Neal2016-09-142-13/+22
* bug 58190: add @since annotations to SlideShow.addPicture and findPictureJaven O'Neal2016-09-143-0/+9
* bug 58671: add @Removal annotation to deprecated fieldsJaven O'Neal2016-09-141-1/+8
* bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return shor...Javen O'Neal2016-09-1417-109/+222
* bug 59264: revert getBorder[Top|Bottom|Left|Right|Diagonal]() to return short...Javen O'Neal2016-09-145-47/+203
* bug 59790: add @Removal annotations to deprecated methodsJaven O'Neal2016-09-143-3/+11
* bug 59833: add @Removal annotation to deprecated methodsJaven O'Neal2016-09-142-0/+5
* bug 59837,59833,59264: add @Removal annotations to CellStyle constants for wh...Javen O'Neal2016-09-141-0/+46
* bug 59873: add @Removal annotations for deprecated CreationHelper#createHyper...Javen O'Neal2016-09-147-0/+20
* bug 59907: add @Removal annotations to AnchorType static aliases in ClientAnchorJaven O'Neal2016-09-141-0/+3
* bug 59907: add @Removal annotations to deprecated ClientAnchor#setAnchorType(...Javen O'Neal2016-09-143-0/+7
* bug 59907: restore ClientAnchor#setAnchorType(int) that was removed in POI 3....Javen O'Neal2016-09-143-0/+30
* change CellValue#getCellType() to return an int instead of an enum for backwa...Javen O'Neal2016-09-1332-77/+89
* Disabled unit test for #60010Nick Burch2016-09-121-0/+39
* bug 52425: Error adding Comments into cloned Sheets; patch from DanielJaven O'Neal2016-09-112-3/+49
* bug 60025: DataFormatter should print booleans as TRUE/FALSE, not true/falseJaven O'Neal2016-09-112-1/+22
* bug 58191: Support merge cells within a table row; patch from Mark OlesenJaven O'Neal2016-09-112-3/+45
* add unit test class for XSLFTableRowJaven O'Neal2016-09-111-0/+112
* bug 59958: Add cells on the fly to the evaluation sheet cache on cache miss; ...Javen O'Neal2016-09-111-1/+22
* bug 60102: throw IOException when writing a closed documentJaven O'Neal2016-09-102-5/+42
* move duplicated NullOutputStream classes to test suite utilitiesJaven O'Neal2016-09-105-48/+46
* Add comments describing purpose of each unit testJaven O'Neal2016-09-101-0/+8
* poi-60044 small typo in last update to BuiltinFormatsTim Allison2016-09-091-1/+1
* make CreatePivotTable self-explaining with better variable namesJaven O'Neal2016-08-241-2/+5
* Update CreatePivotTable with non-deprecated constructor. This closes #36 on g...Javen O'Neal2016-08-241-2/+4
* Remove unnecessary short cast. This closes #37 on githubJaven O'Neal2016-08-241-3/+3
* bug 59791: add @Removal tags to Cell.CELL_TYPE_* constants, deprecated by Cel...Javen O'Neal2016-08-221-3/+12
* 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-223-15/+45
* revert r1753048 due to AIOOB regressionJaven O'Neal2016-08-161-49/+49
* decrease TestSXSSFSheetAutoSizeColumn COLUMN_WIDTH_THRESHOLD_BETWEEN_SHORT_AN...Javen O'Neal2016-08-151-1/+1
* +svn:eol-style=nativeJaven O'Neal2016-08-151-1079/+1079
* bug 60005: fix NPE in XSLFTextParagraph.getDefaultFontSize()Javen O'Neal2016-08-151-2/+10
* make member variables finalJaven O'Neal2016-08-151-3/+3
* extract string constant out of codeJaven O'Neal2016-08-151-1/+3
* simplify unit test using assertContainsIgnoreCaseJaven O'Neal2016-08-151-2/+2