aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* #64411 - Provide JigSaw modulesAndreas Beeker2020-05-0589-13141/+1932
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.PJ Fanning2020-04-292-4/+9
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.PJ Fanning2020-04-291-0/+3
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.PJ Fanning2020-04-291-5/+17
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.PJ Fanning2020-04-291-8/+4
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormattin...PJ Fanning2020-04-291-30/+27
* [github-178] Make isLatentStyle() public. This closes #178PJ Fanning2020-04-291-4/+17
* #64387 - Big POIFS stream result in OOMAndreas Beeker2020-04-286-202/+323
* Throw exception on null/placeholder arrays in TNEFAndreas Beeker2020-04-261-0/+5
* Github-177: Avoid NullPointerException if RangeCopier encounters empty/missin...Dominik Stadler2020-04-266-75/+119
* Replace assertion with exceptionAndreas Beeker2020-04-242-5/+7
* Fix regression introduced via Bug 60845: There are more items in CTBorder tha...Dominik Stadler2020-04-243-67/+279
* Bug 63294: Add some more methods to allow to use CellType everywhereDominik Stadler2020-04-246-24/+81
* Fix some IDE warnings, remove usage of deprecated methodsDominik Stadler2020-04-246-31/+32
* Re-establish class which is used in mass-regression-testingDominik Stadler2020-04-241-0/+175
* Sonar fix - "Add the missing @deprecated Javadoc tag."Andreas Beeker2020-04-22143-5/+433
* #55505 - CountryRecord not foundAndreas Beeker2020-04-212-2/+15
* Sonar fix - "Add a "NoSuchElementException" for iteration beyond the end of t...Andreas Beeker2020-04-203-21/+32
* Sonar fix - "Cast one of the operands of this addition operation to a 'long'/...Andreas Beeker2020-04-2022-52/+52
* Sonar fix - Suppress "Make sure that command line arguments are used safely h...Andreas Beeker2020-04-2035-65/+130
* fix integration test errorAndreas Beeker2020-04-201-1/+3
* Sonar fixesAndreas Beeker2020-04-1943-1395/+335
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-1917-405/+396
* Fix new Name.isHidden leftoverAndreas Beeker2020-04-191-10/+16
* Add unit tests for new Name.isHidden methodNick Burch2020-04-192-0/+8
* Inspired by Stackoverflow #61292598 - Expose if a Named Range is hidden or notNick Burch2020-04-193-0/+28
* Sonar fixes - Ignore System.out-calls and args checks in examplesAndreas Beeker2020-04-1825-1105/+470
* #57843 - RuntimeException on extracting text from Word 97-2004 DocumentAndreas Beeker2020-04-162-42/+34
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-16158-1357/+1078
* Sonar fix - Child class methods named for parent class methods should be over...Andreas Beeker2020-04-141-9/+10
* #64350 - Sonar fix - "Iterator.next()" methods should throw "NoSuchElementExc...Andreas Beeker2020-04-1414-275/+222
* [bug-64348] partial fix for IndexOutOfBoundsExceptionPJ Fanning2020-04-141-0/+30
* [bug-64348] partial fix for IndexOutOfBoundsExceptionPJ Fanning2020-04-141-2/+10
* #64036 - Replace reflection calls in factories for Java 9+ (HSSF Record Factory)Andreas Beeker2020-04-134-564/+239
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-12258-4063/+4937
* Add table row at correct indexAlain Béarez2020-04-121-3/+6
* Return and set paragraph indentation levelAlain Béarez2020-04-111-0/+26
* #64319 Tighten the scientific format code to avoid making eg TRUE into TRUE+,...Nick Burch2020-04-112-8/+36
* [bug-64327] bugfix in SXSSFSheet isColumnTrackedForAutoSizing for untracked. ...PJ Fanning2020-04-093-16/+33
* bouncycastle 1.64PJ Fanning2020-04-081-1/+1
* Add disabled unit test for #64319Nick Burch2020-04-071-0/+27
* ArrayUtil - remove unused methodAndreas Beeker2020-04-062-50/+12
* Sonar fixes - String literals should not be duplicatedAndreas Beeker2020-04-0513-161/+160
* Sonar fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-0519-287/+246
* Sonar fixesAndreas Beeker2020-04-0512-240/+123
* fixed typoAndreas Beeker2020-04-051-1/+1
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2020-04-059-265/+328
* Sonar Fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-0260-384/+406
* Sonar Fixes - The diamond operator ("<>") should be usedAndreas Beeker2020-04-0260-675/+683
* Sonar Fixes and remove obsolete classesAndreas Beeker2020-04-015-1023/+542