aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix zero-padding and handling of empty passwords (meaning protection on, but ...David North2016-08-013-14/+41
* Rename and add missing license headerDominik Stadler2016-08-011-6/+18
* javadoc fix: incorrect deprecated replacementJaven O'Neal2016-08-011-1/+1
* revert changes made in r1754691Mark Murphy2016-08-015-2075/+0
* correction to junit bugs in r1754691Mark Murphy2016-08-012-73/+101
* Javadoc fixesNick Burch2016-08-011-6/+4
* Add new class Cell Style Template and supporting enum for drawing bordersMark Murphy2016-07-315-0/+2049
* Add coverage of function WEEKDAYDominik Stadler2016-07-311-0/+54
* Fix download-location of commons-logging4 jar and add it to FindBugs and bin-...Dominik Stadler2016-07-311-3/+6
* Allow to specify -addmods for Java 9 support, update to JaCoCo 0.7.7 for init...Dominik Stadler2016-07-311-2/+34
* Exclude package sl.draw.binding from coverage-counting as this is generated codeDominik Stadler2016-07-311-0/+2
* Test a few more cases of function INDIRECT()Dominik Stadler2016-07-311-1/+8
* Bug 59736: Incorrect evaluation of SUBTOTAL with composite intervalDominik Stadler2016-07-315-22/+148
* IDE warnings and fix a few places where we do not close resources in testsDominik Stadler2016-07-318-77/+69
* Adjust build:Dominik Stadler2016-07-311-6/+21
* Sonar wants to know about the new commons collections dependency too!Nick Burch2016-07-301-0/+5
* Move commons collections 4 dependency to mainDavid North2016-07-301-6/+6
* As Nick suspected, the dependency is actually from HSSF too so commons collec...David North2016-07-292-5/+5
* Javadoc fixNick Burch2016-07-291-1/+1
* Introduce name-based methods for access to named ranges in a workbook, and de...David North2016-07-2916-111/+310
* Bug 55384: Handle setting pre-evaluation string correctly in SXSSF as wellDominik Stadler2016-07-272-2/+89
* HWPFDocument.write(File) support and tests #57919Nick Burch2016-07-262-8/+111
* Bug 59634: Clarify and refine JavaDoc of various close() methods to consisten...Dominik Stadler2016-07-244-14/+22
* In-place write for HSLF #57919Nick Burch2016-07-213-15/+46
* Provide a createOrUpdateDocument method at the POIFS level, and use to simpli...Nick Burch2016-07-214-19/+59
* Javadoc updatesNick Burch2016-07-212-4/+15
* test Cell.setCellValue(false)Javen O'Neal2016-07-211-24/+26
* If doing an in-place write, update the properties tooNick Burch2016-07-203-1/+18
* #57919 HSLF writing to new FileNick Burch2016-07-202-25/+69
* #57919 HPSF writing better error handling, and start prep for HSLF more write...Nick Burch2016-07-202-14/+29
* Whitespace / indentsNick Burch2016-07-202-350/+337
* #57919 Add in-place and new-File write methods to POIDocumentNick Burch2016-07-207-16/+67
* Mark some more scratchpad document types as currently being read-onlyNick Burch2016-07-203-18/+14
* Helper class for implementing extra write methods (#57919) for Scratchpad cla...Nick Burch2016-07-202-7/+61
* Prepare for pushing write() and write(File) to POIDocumentNick Burch2016-07-202-22/+58
* Sync the file-based "past-the-end" exception to match the stream one, so that...Nick Burch2016-07-204-7/+28
* Start on unit testing for HSSFWorkbook.write(File), bug in POIFS to fix firstNick Burch2016-07-202-1/+37
* #57919 Start on support for writing to a new File (faster than OutputStream)Nick Burch2016-07-202-30/+83
* add test case for bug 53564Javen O'Neal2016-07-191-0/+45
* svn propset svn:mime-type application/vnd.openxmlformats-officedocument.sprea...Javen O'Neal2016-07-190-0/+0
* +svn:auto-props for common Microsoft Office filesJaven O'Neal2016-07-190-0/+0
* bug 59881: fix D* functions for blank cells in headers in database; patch fro...Javen O'Neal2016-07-192-0/+3
* +svn:eol-style=nativeJaven O'Neal2016-07-180-0/+0
* bug 59881: fix spelling; patch from Patrick ZimmermannJaven O'Neal2016-07-181-2/+2
* 52122: Excel does not handle conditional formatting based on formula correctl...Dominik Stadler2016-07-183-13/+124
* Some warnings/improvements suggested by IntelliJDominik Stadler2016-07-183-10/+8
* 59106: WorkdayFunction does not read the area with holidays correctly to calc...Dominik Stadler2016-07-173-1/+16
* Adjust unused local variables to also make FindBugs happyDominik Stadler2016-07-174-15/+7
* Fix one more place where stream were left open when an exception is thrownDominik Stadler2016-07-171-18/+20
* Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ...Dominik Stadler2016-07-1719-161/+120