10422 Commits (2a292cb42daa66f193e2c18aebd0c5d2e6ab365c)
 

Author SHA1 Message Date
  Andreas Beeker 948d4a3574 Sonar fix - "Cast one of the operands of this addition operation to a 'long'/'double'" 4 years ago
  Andreas Beeker 65c8c6cd11 Sonar fix - Suppress "Make sure that command line arguments are used safely here." for examples 4 years ago
  Andreas Beeker 30280a9e5a fix integration test error 4 years ago
  Andreas Beeker 661c0b66bc Sonar fixes 4 years ago
  Andreas Beeker c41dee931f #63745 - Add traversing and debugging interface to HSSF 4 years ago
  Andreas Beeker fbcf0c81ba Fix new Name.isHidden leftover 4 years ago
  Nick Burch e9d0ddce93 Add unit tests for new Name.isHidden method 4 years ago
  Nick Burch 248e85dbba Inspired by Stackoverflow #61292598 - Expose if a Named Range is hidden or not 4 years ago
  Andreas Beeker 2841f3cd0e Sonar fixes - Ignore System.out-calls and args checks in examples 4 years ago
  Andreas Beeker 7b2674f5af #57843 - RuntimeException on extracting text from Word 97-2004 Document 4 years ago
  Andreas Beeker 7daeb4278c Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyClone 4 years ago
  Andreas Beeker cdefe69aab Sonar fix - Child class methods named for parent class methods should be overrides 4 years ago
  Andreas Beeker d06de78703 #64350 - Sonar fix - "Iterator.next()" methods should throw "NoSuchElementException" 4 years ago
  PJ Fanning fde6f81305 [bug-64348] partial fix for IndexOutOfBoundsException 4 years ago
  PJ Fanning 531e4fee2e [bug-64348] partial fix for IndexOutOfBoundsException 4 years ago
  Andreas Beeker f9417a92b2 #64036 - Replace reflection calls in factories for Java 9+ (HSSF Record Factory) 4 years ago
  Andreas Beeker 4fd05fac12 #63745 - Add traversing and debugging interface to HSSF 4 years ago
  Alain Béarez f7b4edd27e Add table row at correct index 4 years ago
  Andreas Beeker 50d52bf828 Add Java 15 job 4 years ago
  Alain Béarez a9ec119c40 Return and set paragraph indentation level 4 years ago
  Nick Burch 2b2631225d #64319 Tighten the scientific format code to avoid making eg TRUE into TRUE+, handle formats like 0E-0, and ensure formats like 0E0 work correctly 4 years ago
  PJ Fanning 0ea6b0800d [bug-64327] bugfix in SXSSFSheet isColumnTrackedForAutoSizing for untracked. Thanks to Eugene Kortov. This closes #175 4 years ago
  PJ Fanning 84ba670e27 bouncycastle 1.64 4 years ago
  Nick Burch 2fb30f7892 Add disabled unit test for #64319 4 years ago
  Andreas Beeker 3a6ebecc6f ArrayUtil - remove unused method 4 years ago
  Andreas Beeker 65ccec11cb Sonar fixes - String literals should not be duplicated 4 years ago
  Andreas Beeker d842136464 Sonar fixes - "static" base class members should not be accessed via derived types 4 years ago
  Andreas Beeker 074d68fedf Sonar fixes 4 years ago
  Dominik Stadler af890fba13 Ignore OOM test for now, somehow catching Exceptions does not work when run on Gradle 4 years ago
  Andreas Beeker 0174c4df27 fixed typo 4 years ago
  Andreas Beeker 81400a3ee2 Bug 60656 - Emf image support in slideshows 4 years ago
  Andreas Beeker 1dc771394b Sonar Fixes - "static" base class members should not be accessed via derived types 4 years ago
  Andreas Beeker 3f7d718a67 Sonar Fixes - The diamond operator ("<>") should be used 4 years ago
  Andreas Beeker 24c4f94962 Sonar Fixes and remove obsolete classes 4 years ago
  Andreas Beeker efd9c7c277 #64301 - Allow try-with-resources with OPCPackage.revert() 4 years ago
  Alain Béarez d383fea7bd Sonar Fixes - code smells 4 years ago
  Alain Béarez 8e00a42767 Remove chart title 4 years ago
  Alain Béarez c7c3bbb0ed Keep last run properties when resetting paragraph text 4 years ago
  Tim Allison 5976721660 64261 -- fix handling of drop down list when items are selected 4 years ago
  Alain Béarez 65990027e1 Sonar Fixes - public final class with private constructor for examples 4 years ago
  Alain Béarez c67d2605fd Insert a new row in XSLFTable 4 years ago
  Andreas Beeker a850690d7c Sonar Fixes 4 years ago
  Alain Béarez ce544b8550 allow add and remove a HyperlinkRun or a FieldRun 4 years ago
  Andreas Beeker 3cb1a38d8e Sonar Fixes - try to fix XXE warnings 4 years ago
  Andreas Beeker c01273ad02 Sonar Fixes 4 years ago
  Dominik Stadler a68b67a70b Support building with Gradle in POIFileScanner tests 4 years ago
  Dominik Stadler cc1b6557ee Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4.1.0 4 years ago
  Dominik Stadler f58aa530da Bug 61864: Verify recalculation-flag on Workbook level some more 4 years ago
  Dominik Stadler e88fac30b8 Bug 61863: Update JavaDoc to describe relation to workbook-level flag 4 years ago
  Dominik Stadler da2afc19e2 Bug 55966: Include content control text in word extraction also if it is part of a paragraph 4 years ago