summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* #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
* #64301 - Allow try-with-resources with OPCPackage.revert()Andreas Beeker2020-04-013-16/+34
* Sonar Fixes - code smellsAlain Béarez2020-04-0110-108/+201
* Remove chart titleAlain Béarez2020-04-012-1/+40
* Keep last run properties when resetting paragraph textAlain Béarez2020-04-011-3/+11
* 64261 -- fix handling of drop down list when items are selectedTim Allison2020-03-312-2/+7
* Sonar Fixes - public final class with private constructor for examplesAlain Béarez2020-03-3117-15/+35
* Insert a new row in XSLFTableAlain Béarez2020-03-313-58/+89
* Sonar FixesAndreas Beeker2020-03-2912-280/+124
* allow add and remove a HyperlinkRun or a FieldRunAlain Béarez2020-03-293-45/+314
* Sonar Fixes - try to fix XXE warningsAndreas Beeker2020-03-291-0/+2
* Sonar FixesAndreas Beeker2020-03-2923-1549/+1688
* Support building with Gradle in POIFileScanner testsDominik Stadler2020-03-291-2/+12
* Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4...Dominik Stadler2020-03-296-36/+83
* Bug 61864: Verify recalculation-flag on Workbook level some moreDominik Stadler2020-03-291-0/+13
* Bug 61863: Update JavaDoc to describe relation to workbook-level flagDominik Stadler2020-03-283-62/+111
* Bug 55966: Include content control text in word extraction also if it is part...Dominik Stadler2020-03-282-14/+32