aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* prepare for 3.15-beta4David North2016-08-1010-10/+10
* release prepare for 3.15-beta3 - pin documentationDavid North2016-08-100-0/+0
* release prepare for 3.15-beta3 - pin documentationDavid North2016-08-100-0/+0
* Remove incorrectly set svn:executable flagsDavid North2016-08-1011-0/+0
* Print out version of findbugs/java to research why we chose the wrong one in CIDominik Stadler2016-08-041-0/+1
* Whitespace, javadocs and @Overrides for the Logger classesNick Burch2016-08-045-24/+21
* Switch XSSF onto BaseFormulaEvaluator, reducing code duplication and fixing X...Nick Burch2016-08-035-134/+23
* 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
* Fix eclipse classpath - collections is in core libNick Burch2016-08-031-1/+1
* TweakDavid North2016-08-021-1/+0
* TestDavid North2016-08-021-0/+1
* Test commitDavid North2016-08-021-1/+0
* TweakDavid North2016-08-021-1/+1
* Trivial change to test SVN is working againDavid North2016-08-021-1/+1
* bug 59922: rename XSSFPaswordHelper to XSSFPasswordHelperJaven O'Neal2016-08-014-84/+148
* bug 59922: make XSSFPasswordHelper internal because it works on XmlObject obj...Javen O'Neal2016-08-011-0/+2
* whitespace; +svn:eol-style=nativeJaven O'Neal2016-08-011-130/+130
* whitespaceJaven O'Neal2016-08-011-440/+440
* 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