| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix zero-padding and handling of empty passwords (meaning protection on, but ... | David North | 2016-08-01 | 3 | -14/+41 |
* | Rename and add missing license header | Dominik Stadler | 2016-08-01 | 1 | -6/+18 |
* | javadoc fix: incorrect deprecated replacement | Javen O'Neal | 2016-08-01 | 1 | -1/+1 |
* | revert changes made in r1754691 | Mark Murphy | 2016-08-01 | 5 | -2075/+0 |
* | correction to junit bugs in r1754691 | Mark Murphy | 2016-08-01 | 2 | -73/+101 |
* | Javadoc fixes | Nick Burch | 2016-08-01 | 1 | -6/+4 |
* | Add new class Cell Style Template and supporting enum for drawing borders | Mark Murphy | 2016-07-31 | 5 | -0/+2049 |
* | Add coverage of function WEEKDAY | Dominik Stadler | 2016-07-31 | 1 | -0/+54 |
* | Fix download-location of commons-logging4 jar and add it to FindBugs and bin-... | Dominik Stadler | 2016-07-31 | 1 | -3/+6 |
* | Allow to specify -addmods for Java 9 support, update to JaCoCo 0.7.7 for init... | Dominik Stadler | 2016-07-31 | 1 | -2/+34 |
* | Exclude package sl.draw.binding from coverage-counting as this is generated code | Dominik Stadler | 2016-07-31 | 1 | -0/+2 |
* | 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 | 5 | -22/+148 |
* | IDE warnings and fix a few places where we do not close resources in tests | Dominik Stadler | 2016-07-31 | 8 | -77/+69 |
* | Adjust build: | Dominik Stadler | 2016-07-31 | 1 | -6/+21 |
* | Sonar wants to know about the new commons collections dependency too! | Nick Burch | 2016-07-30 | 1 | -0/+5 |
* | Move commons collections 4 dependency to main | David North | 2016-07-30 | 1 | -6/+6 |
* | As Nick suspected, the dependency is actually from HSSF too so commons collec... | David North | 2016-07-29 | 2 | -5/+5 |
* | Javadoc fix | Nick Burch | 2016-07-29 | 1 | -1/+1 |
* | Introduce name-based methods for access to named ranges in a workbook, and de... | David North | 2016-07-29 | 16 | -111/+310 |
* | Bug 55384: Handle setting pre-evaluation string correctly in SXSSF as well | Dominik Stadler | 2016-07-27 | 2 | -2/+89 |
* | HWPFDocument.write(File) support and tests #57919 | Nick Burch | 2016-07-26 | 2 | -8/+111 |
* | Bug 59634: Clarify and refine JavaDoc of various close() methods to consisten... | Dominik Stadler | 2016-07-24 | 4 | -14/+22 |
* | In-place write for HSLF #57919 | Nick Burch | 2016-07-21 | 3 | -15/+46 |
* | Provide a createOrUpdateDocument method at the POIFS level, and use to simpli... | Nick Burch | 2016-07-21 | 4 | -19/+59 |
* | Javadoc updates | Nick Burch | 2016-07-21 | 2 | -4/+15 |
* | test Cell.setCellValue(false) | Javen O'Neal | 2016-07-21 | 1 | -24/+26 |
* | If doing an in-place write, update the properties too | Nick Burch | 2016-07-20 | 3 | -1/+18 |
* | #57919 HSLF writing to new File | Nick Burch | 2016-07-20 | 2 | -25/+69 |
* | #57919 HPSF writing better error handling, and start prep for HSLF more write... | Nick Burch | 2016-07-20 | 2 | -14/+29 |
* | Whitespace / indents | Nick Burch | 2016-07-20 | 2 | -350/+337 |
* | #57919 Add in-place and new-File write methods to POIDocument | Nick Burch | 2016-07-20 | 7 | -16/+67 |
* | Mark some more scratchpad document types as currently being read-only | Nick Burch | 2016-07-20 | 3 | -18/+14 |
* | Helper class for implementing extra write methods (#57919) for Scratchpad cla... | Nick Burch | 2016-07-20 | 2 | -7/+61 |
* | Prepare for pushing write() and write(File) to POIDocument | Nick Burch | 2016-07-20 | 2 | -22/+58 |
* | Sync the file-based "past-the-end" exception to match the stream one, so that... | Nick Burch | 2016-07-20 | 4 | -7/+28 |
* | Start on unit testing for HSSFWorkbook.write(File), bug in POIFS to fix first | Nick Burch | 2016-07-20 | 2 | -1/+37 |
* | #57919 Start on support for writing to a new File (faster than OutputStream) | Nick Burch | 2016-07-20 | 2 | -30/+83 |
* | add test case for bug 53564 | Javen O'Neal | 2016-07-19 | 1 | -0/+45 |
* | svn propset svn:mime-type application/vnd.openxmlformats-officedocument.sprea... | Javen O'Neal | 2016-07-19 | 0 | -0/+0 |
* | +svn:auto-props for common Microsoft Office files | Javen O'Neal | 2016-07-19 | 0 | -0/+0 |
* | bug 59881: fix D* functions for blank cells in headers in database; patch fro... | Javen O'Neal | 2016-07-19 | 2 | -0/+3 |
* | +svn:eol-style=native | Javen O'Neal | 2016-07-18 | 0 | -0/+0 |
* | bug 59881: fix spelling; patch from Patrick Zimmermann | Javen O'Neal | 2016-07-18 | 1 | -2/+2 |
* | 52122: Excel does not handle conditional formatting based on formula correctl... | Dominik Stadler | 2016-07-18 | 3 | -13/+124 |
* | Some warnings/improvements suggested by IntelliJ | Dominik Stadler | 2016-07-18 | 3 | -10/+8 |
* | 59106: WorkdayFunction does not read the area with holidays correctly to calc... | Dominik Stadler | 2016-07-17 | 3 | -1/+16 |
* | Adjust unused local variables to also make FindBugs happy | Dominik Stadler | 2016-07-17 | 4 | -15/+7 |
* | Fix one more place where stream were left open when an exception is thrown | Dominik Stadler | 2016-07-17 | 1 | -18/+20 |
* | Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... | Dominik Stadler | 2016-07-17 | 19 | -161/+120 |