summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
...
| * forgot cryptoapi encryption flagsAndreas Beeker2016-08-081-8/+16
| * merge down trunkAndreas Beeker2016-08-0812-830/+949
| * HSSF CryptoAPI decryption supportAndreas Beeker2016-08-0821-960/+843
| * Preparations for hssf_cryptoapi:Andreas Beeker2016-08-0329-552/+1011
* | Adjust some JavaDoc and remove some unnecessary String.valueOf() calls and fi...Dominik Stadler2016-09-284-12/+14
* | use equalsIgnoreCase for case-insensitive string comparisonsJaven O'Neal2016-09-221-2/+1
* | Compiler/IDE warnings, unnecessary keywords,Dominik Stadler2016-09-213-72/+91
* | bug 59933: demote accessibility of POILogger implementations of log(int, Obje...Javen O'Neal2016-09-211-2/+2
* | bug 57200,59788: be more specific why a temporary directory could not be createdJaven O'Neal2016-09-211-4/+11
* | bug 59933: demote accessibility of POILogger implementations of log(int, Obje...Javen O'Neal2016-09-214-12/+18
* | bug 59933: demote accessibility of NullLogger methods to the same level as PO...Javen O'Neal2016-09-212-2/+12
* | make POILogFactory _loggers cache finalJaven O'Neal2016-09-211-1/+1
* | bug 59933: override POILogger#log(int, Object...) in NullLoggerJaven O'Neal2016-09-211-0/+12
* | Adjust handling of ByteBuffer some moreDominik Stadler2016-09-201-12/+11
* | bug 59705: consolidate bounds checking of column index into a helper methodJaven O'Neal2016-09-161-2/+2
* | POI 60140 Prevent unnecessary memory usage -- no need to cache HeapByteBuffer...Tim Allison2016-09-151-3/+2
* | declare methods throw runtime exceptions for IDE hintsJaven O'Neal2016-09-141-3/+3
* | 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
* | move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluat...Javen O'Neal2016-09-142-29/+33
* | move BaseXSSFFormulaEvaluator#evaluateFormulaCellEnum(Cell) and HSSFFormulaEv...Javen O'Neal2016-09-143-54/+69
* | bug 59791: add deprecation and removal annotationsJaven O'Neal2016-09-142-4/+4
* | bug 59791: add deprecation warningsJaven O'Neal2016-09-146-9/+12
* | bug 59791: add deprecation and removal annotationsJaven O'Neal2016-09-141-13/+19
* | bug 58190: add @since annotations to SlideShow.addPicture and findPictureJaven O'Neal2016-09-141-0/+3
* | 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-143-12/+106
* | bug 59264: revert getBorder[Top|Bottom|Left|Right|Diagonal]() to return short...Javen O'Neal2016-09-142-11/+112
* | 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-141-0/+2
* | 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-143-0/+11
* | 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-142-0/+5
* | bug 59907: restore ClientAnchor#setAnchorType(int) that was removed in POI 3....Javen O'Neal2016-09-142-0/+18
* | change CellValue#getCellType() to return an int instead of an enum for backwa...Javen O'Neal2016-09-134-6/+18
* | bug 60025: DataFormatter should print booleans as TRUE/FALSE, not true/falseJaven O'Neal2016-09-111-1/+1
* | poi-60044 small typo in last update to BuiltinFormatsTim Allison2016-09-091-1/+1
* | bug 59791: add @Removal tags to Cell.CELL_TYPE_* constants, deprecated by Cel...Javen O'Neal2016-08-221-3/+12
* | bug 59791: improve Cell.CELL_TYPE_* backwards compatibilityJaven O'Neal2016-08-221-6/+6
* | Whitespace, javadocs and @Overrides for the Logger classesNick Burch2016-08-043-20/+11
* | Switch XSSF onto BaseFormulaEvaluator, reducing code duplication and fixing X...Nick Burch2016-08-032-18/+4
* | Refactor out some of the common FormulaEvaluator logic from HSSF to a base cl...Nick Burch2016-08-032-99/+197
* | Whitespace / indentsNick Burch2016-08-031-312/+309
* | Whitespace / indentsNick Burch2016-08-031-9/+9
* | whitespaceJaven O'Neal2016-08-011-440/+440
* | Fix zero-padding and handling of empty passwords (meaning protection on, but ...David North2016-08-011-12/+14
* | javadoc fix: incorrect deprecated replacementJaven O'Neal2016-08-011-1/+1
* | revert changes made in r1754691Mark Murphy2016-08-013-1071/+0
* | correction to junit bugs in r1754691Mark Murphy2016-08-011-3/+31