| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add setFormattingRanges() to interface ConditionalFormatting, closes #42 | Dominik Stadler | 2016-11-07 | 1 | -9/+81 |
* | bug 60331: remove deprecated FormulaShifter.createForRowShift(). Require Spre... | Javen O'Neal | 2016-11-02 | 1 | -2/+1 |
* | Eclipse automated refactor/cleanup: add final modifier to private fields to u... | Javen O'Neal | 2016-10-20 | 3 | -4/+4 |
* | Eclipse automated refactor/cleanup: convert for loops to for-each loops | Javen O'Neal | 2016-10-19 | 5 | -15/+10 |
* | Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann... | Javen O'Neal | 2016-10-19 | 21 | -35/+95 |
* | reenable unit test for bug 58648 that passes now | Javen O'Neal | 2016-10-19 | 1 | -1/+3 |
* | Bug 60029: apply suggested fix and fix some IntelliJ warnings | Dominik Stadler | 2016-10-15 | 1 | -103/+122 |
* | bug 56781,60246: fix named range validation to match valid name rules per Exc... | Javen O'Neal | 2016-10-14 | 1 | -6/+28 |
* | bug 55075: add missing import | Javen O'Neal | 2016-10-09 | 1 | -0/+1 |
* | bug 55075,51233: create drawings with correct height when rows are custom height | Javen O'Neal | 2016-10-09 | 1 | -0/+58 |
* | bug 60197: Workbook#setSheetOrder should update named range sheet indices | Javen O'Neal | 2016-10-09 | 1 | -0/+97 |
* | Use IOUtils.closeQuietly() in more places | Dominik Stadler | 2016-10-05 | 1 | -1/+3 |
* | Add PropertyTemplate for drawing Borders (58787) | Mark Murphy | 2016-10-05 | 1 | -0/+949 |
* | bug 60187: replace methods operating on BorderStyle codes with BorderStyle enums | Javen O'Neal | 2016-09-30 | 1 | -10/+85 |
* | Compiler/IDE warnings, unnecessary keywords, | Dominik Stadler | 2016-09-21 | 3 | -5/+2 |
* | replace @Ignore with POITestCase.skipTest/testPassesNow | Javen O'Neal | 2016-09-21 | 1 | -6/+24 |
* | move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluat... | Javen O'Neal | 2016-09-14 | 1 | -0/+12 |
* | bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return shor... | Javen O'Neal | 2016-09-14 | 3 | -10/+10 |
* | bug 59264: revert getBorder[Top|Bottom|Left|Right|Diagonal]() to return short... | Javen O'Neal | 2016-09-14 | 1 | -29/+29 |
* | change CellValue#getCellType() to return an int instead of an enum for backwa... | Javen O'Neal | 2016-09-13 | 19 | -50/+50 |
* | bug 60025: DataFormatter should print booleans as TRUE/FALSE, not true/false | Javen O'Neal | 2016-09-11 | 1 | -0/+21 |
* | move duplicated NullOutputStream classes to test suite utilities | Javen O'Neal | 2016-09-10 | 1 | -9/+1 |
* | bug 59791: make sure hard-coded int literals work for cell type | Javen O'Neal | 2016-08-22 | 1 | -0/+2 |
* | bug 59791: improve Cell.CELL_TYPE_* backwards compatibility | Javen O'Neal | 2016-08-22 | 1 | -0/+30 |
* | Rename and add missing license header | Dominik Stadler | 2016-08-01 | 1 | -6/+18 |
* | revert changes made in r1754691 | Mark Murphy | 2016-08-01 | 1 | -892/+0 |
* | correction to junit bugs in r1754691 | Mark Murphy | 2016-08-01 | 1 | -70/+70 |
* | Add new class Cell Style Template and supporting enum for drawing borders | Mark Murphy | 2016-07-31 | 1 | -0/+892 |
* | Add coverage of function WEEKDAY | Dominik Stadler | 2016-07-31 | 1 | -0/+54 |
* | Test a few more cases of function INDIRECT() | Dominik Stadler | 2016-07-31 | 1 | -1/+8 |
* | Bug 59736: Incorrect evaluation of SUBTOTAL with composite interval | Dominik Stadler | 2016-07-31 | 1 | -7/+90 |
* | IDE warnings and fix a few places where we do not close resources in tests | Dominik Stadler | 2016-07-31 | 1 | -13/+16 |
* | Introduce name-based methods for access to named ranges in a workbook, and de... | David North | 2016-07-29 | 2 | -17/+11 |
* | Bug 55384: Handle setting pre-evaluation string correctly in SXSSF as well | Dominik Stadler | 2016-07-27 | 1 | -1/+78 |
* | test Cell.setCellValue(false) | Javen O'Neal | 2016-07-21 | 1 | -24/+26 |
* | Some warnings/improvements suggested by IntelliJ | Dominik Stadler | 2016-07-18 | 1 | -1/+0 |
* | Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... | Dominik Stadler | 2016-07-17 | 1 | -5/+5 |
* | bug 59873: add @Internal and @Deprecated decorators to HyperlinkType enum | Javen O'Neal | 2016-07-17 | 1 | -0/+2 |
* | bug 59264,59833,59837: upgrade deprecated methods in examples and testcases | Javen O'Neal | 2016-07-17 | 1 | -20/+20 |
* | bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage | Javen O'Neal | 2016-07-17 | 3 | -10/+12 |
* | bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage | Javen O'Neal | 2016-07-17 | 1 | -12/+13 |
* | bug 59775: fix cell address index error | Javen O'Neal | 2016-07-17 | 1 | -1/+2 |
* | bug 59872: add Sheet.getHyperlink(CellAddress) | Javen O'Neal | 2016-07-17 | 1 | -0/+21 |
* | Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged regio... | Dominik Stadler | 2016-07-16 | 1 | -19/+62 |
* | Bug 59861: Adjust testcase, it works now for me. Also combine the two TestPro... | Dominik Stadler | 2016-07-15 | 1 | -62/+0 |
* | Function PROPER: Don't use a regular expression syntax that is not available ... | Dominik Stadler | 2016-07-15 | 1 | -0/+62 |
* | add BaseTestCellUtil unit tests to cover setting cell style properties with a... | Javen O'Neal | 2016-07-10 | 1 | -0/+31 |
* | bug 59837: update CellUtil to handle VerticalAlignment and HorizontalAlignmen... | Javen O'Neal | 2016-07-10 | 1 | -4/+98 |
* | bug 55555: set fill pattern, foreground color, and background color order cor... | Javen O'Neal | 2016-07-08 | 1 | -0/+21 |
* | add crude line-coverage tests for setDebugEvaluationOutputForNextEval and set... | Javen O'Neal | 2016-07-07 | 1 | -0/+28 |