| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | forgot cryptoapi encryption flags | Andreas Beeker | 2016-08-08 | 1 | -8/+16 |
| * | merge down trunk | Andreas Beeker | 2016-08-08 | 12 | -830/+949 |
| * | HSSF CryptoAPI decryption support | Andreas Beeker | 2016-08-08 | 21 | -960/+843 |
| * | Preparations for hssf_cryptoapi: | Andreas Beeker | 2016-08-03 | 29 | -552/+1011 |
* | | Adjust some JavaDoc and remove some unnecessary String.valueOf() calls and fi... | Dominik Stadler | 2016-09-28 | 4 | -12/+14 |
* | | use equalsIgnoreCase for case-insensitive string comparisons | Javen O'Neal | 2016-09-22 | 1 | -2/+1 |
* | | Compiler/IDE warnings, unnecessary keywords, | Dominik Stadler | 2016-09-21 | 3 | -72/+91 |
* | | bug 59933: demote accessibility of POILogger implementations of log(int, Obje... | Javen O'Neal | 2016-09-21 | 1 | -2/+2 |
* | | bug 57200,59788: be more specific why a temporary directory could not be created | Javen O'Neal | 2016-09-21 | 1 | -4/+11 |
* | | bug 59933: demote accessibility of POILogger implementations of log(int, Obje... | Javen O'Neal | 2016-09-21 | 4 | -12/+18 |
* | | bug 59933: demote accessibility of NullLogger methods to the same level as PO... | Javen O'Neal | 2016-09-21 | 2 | -2/+12 |
* | | make POILogFactory _loggers cache final | Javen O'Neal | 2016-09-21 | 1 | -1/+1 |
* | | bug 59933: override POILogger#log(int, Object...) in NullLogger | Javen O'Neal | 2016-09-21 | 1 | -0/+12 |
* | | Adjust handling of ByteBuffer some more | Dominik Stadler | 2016-09-20 | 1 | -12/+11 |
* | | bug 59705: consolidate bounds checking of column index into a helper method | Javen O'Neal | 2016-09-16 | 1 | -2/+2 |
* | | POI 60140 Prevent unnecessary memory usage -- no need to cache HeapByteBuffer... | Tim Allison | 2016-09-15 | 1 | -3/+2 |
* | | declare methods throw runtime exceptions for IDE hints | Javen O'Neal | 2016-09-14 | 1 | -3/+3 |
* | | Javadoc fix | Nick Burch | 2016-09-14 | 1 | -2/+2 |
* | | Patches from Patrick Zimmermann from bugs #60130 and #60131 - DGET fix for em... | Nick Burch | 2016-09-14 | 2 | -94/+67 |
* | | move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluat... | Javen O'Neal | 2016-09-14 | 2 | -29/+33 |
* | | move BaseXSSFFormulaEvaluator#evaluateFormulaCellEnum(Cell) and HSSFFormulaEv... | Javen O'Neal | 2016-09-14 | 3 | -54/+69 |
* | | bug 59791: add deprecation and removal annotations | Javen O'Neal | 2016-09-14 | 2 | -4/+4 |
* | | bug 59791: add deprecation warnings | Javen O'Neal | 2016-09-14 | 6 | -9/+12 |
* | | bug 59791: add deprecation and removal annotations | Javen O'Neal | 2016-09-14 | 1 | -13/+19 |
* | | bug 58190: add @since annotations to SlideShow.addPicture and findPicture | Javen O'Neal | 2016-09-14 | 1 | -0/+3 |
* | | bug 58671: add @Removal annotation to deprecated fields | Javen O'Neal | 2016-09-14 | 1 | -1/+8 |
* | | bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return shor... | Javen O'Neal | 2016-09-14 | 3 | -12/+106 |
* | | bug 59264: revert getBorder[Top|Bottom|Left|Right|Diagonal]() to return short... | Javen O'Neal | 2016-09-14 | 2 | -11/+112 |
* | | bug 59790: add @Removal annotations to deprecated methods | Javen O'Neal | 2016-09-14 | 3 | -3/+11 |
* | | bug 59833: add @Removal annotation to deprecated methods | Javen O'Neal | 2016-09-14 | 1 | -0/+2 |
* | | bug 59837,59833,59264: add @Removal annotations to CellStyle constants for wh... | Javen O'Neal | 2016-09-14 | 1 | -0/+46 |
* | | bug 59873: add @Removal annotations for deprecated CreationHelper#createHyper... | Javen O'Neal | 2016-09-14 | 3 | -0/+11 |
* | | bug 59907: add @Removal annotations to AnchorType static aliases in ClientAnchor | Javen O'Neal | 2016-09-14 | 1 | -0/+3 |
* | | bug 59907: add @Removal annotations to deprecated ClientAnchor#setAnchorType(... | Javen O'Neal | 2016-09-14 | 2 | -0/+5 |
* | | bug 59907: restore ClientAnchor#setAnchorType(int) that was removed in POI 3.... | Javen O'Neal | 2016-09-14 | 2 | -0/+18 |
* | | change CellValue#getCellType() to return an int instead of an enum for backwa... | Javen O'Neal | 2016-09-13 | 4 | -6/+18 |
* | | bug 60025: DataFormatter should print booleans as TRUE/FALSE, not true/false | Javen O'Neal | 2016-09-11 | 1 | -1/+1 |
* | | poi-60044 small typo in last update to BuiltinFormats | Tim Allison | 2016-09-09 | 1 | -1/+1 |
* | | bug 59791: add @Removal tags to Cell.CELL_TYPE_* constants, deprecated by Cel... | Javen O'Neal | 2016-08-22 | 1 | -3/+12 |
* | | bug 59791: improve Cell.CELL_TYPE_* backwards compatibility | Javen O'Neal | 2016-08-22 | 1 | -6/+6 |
* | | Whitespace, javadocs and @Overrides for the Logger classes | Nick Burch | 2016-08-04 | 3 | -20/+11 |
* | | Switch XSSF onto BaseFormulaEvaluator, reducing code duplication and fixing X... | Nick Burch | 2016-08-03 | 2 | -18/+4 |
* | | Refactor out some of the common FormulaEvaluator logic from HSSF to a base cl... | Nick Burch | 2016-08-03 | 2 | -99/+197 |
* | | Whitespace / indents | Nick Burch | 2016-08-03 | 1 | -312/+309 |
* | | Whitespace / indents | Nick Burch | 2016-08-03 | 1 | -9/+9 |
* | | whitespace | Javen O'Neal | 2016-08-01 | 1 | -440/+440 |
* | | Fix zero-padding and handling of empty passwords (meaning protection on, but ... | David North | 2016-08-01 | 1 | -12/+14 |
* | | javadoc fix: incorrect deprecated replacement | Javen O'Neal | 2016-08-01 | 1 | -1/+1 |
* | | revert changes made in r1754691 | Mark Murphy | 2016-08-01 | 3 | -1071/+0 |
* | | correction to junit bugs in r1754691 | Mark Murphy | 2016-08-01 | 1 | -3/+31 |