1171 Commits (7c0327c8b101fcd093aae5a83b37a99f0809ffd1)

Author SHA1 Message Date
  Nick Burch 248e85dbba Inspired by Stackoverflow #61292598 - Expose if a Named Range is hidden or not 4 years ago
  Andreas Beeker 7daeb4278c Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyClone 4 years ago
  Andreas Beeker 4fd05fac12 #63745 - Add traversing and debugging interface to HSSF 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
  Andreas Beeker 1dc771394b Sonar Fixes - "static" base class members should not be accessed via derived types 4 years ago
  Andreas Beeker a850690d7c Sonar Fixes 4 years ago
  Andreas Beeker c01273ad02 Sonar Fixes 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 e88fac30b8 Bug 61863: Update JavaDoc to describe relation to workbook-level flag 4 years ago
  Andreas Beeker 9de555bfd4 #64213 - Picture.resize(double scale) scales width wrong for small pictures and when dx1 is set 4 years ago
  Dominik Stadler 199895bfc4 Work on bug 64038 and other bugs and add test for 62865 4 years ago
  Dominik Stadler a7d96dcb73 Bug 58896 and 52834: Cache Sheet.getMergedRegions() as it seems to sometimes be the culprit for autosize taking a very long time. 4 years ago
  Dominik Stadler 1e8cba79ce Bug 60282: Update JavaDoc and use a common constant for TWIPS_PER_POINT 4 years ago
  Dominik Stadler 2776f18423 Fix incorrect handling of format which should not produce any digit for zero 4 years ago
  Axel Howind 842e71a3d7 use indexOf(char) instead of indexOf(String) where possible; replace one more StringBuffer with StringBuilder - bug 63805 4 years ago
  PJ Fanning b211a1362c use a few more lambdas 4 years ago
  PJ Fanning 9e7b0e899e reformat code 4 years ago
  PJ Fanning b594ec2947 [bug-63998] Support commas, exclamation marks correctly in AreaReference. Thanks to hzwhuang 4 years ago
  Andreas Beeker d1a714f5f1 findbugs fixes and refactor some ClassIDs 4 years ago
  Tim Allison e875bd8143 BUG 64015 -- swap out java.util.BitSet for zaxxer's SparseBitSet 4 years ago
  PJ Fanning 5ec079072a [bug-64044] setCellValue(LocalDate) does not support nulls properly 4 years ago
  Dominik Stadler 9f35db4f51 Bug 63940: Avoid endless loop/out of memory on string-replace with empty search string 4 years ago
  Dominik Stadler 821e164041 Bug 63700: Make D* functions work with numeric result column 4 years ago
  Dominik Stadler 3cc54a8dff Bug 63960: Write pre-evaluated string-values in formula cells with the correct type 4 years ago
  Dominik Stadler bc0dcdf369 Fix bug 63984: AND / OR should treat missing parameters as FALSE 4 years ago
  Andreas Beeker a0770034fc #64036 - remove reflective calls in Workbook- and SlideShowFactory 4 years ago
  Andreas Beeker 66471836f5 Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode() 4 years ago
  Andreas Beeker ba6152503e #64004 - Replace clone() with copy constructor - mainly HSSF classes 4 years ago
  Dominik Stadler 5e394a5e10 Let IntelliJ simplify some assertions 4 years ago
  Dominik Stadler 1a5cec89d8 Replace manual close with try-with-resources 4 years ago
  Dominik Stadler 2748844549 Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on empty Sheets 4 years ago
  Dominik Stadler 57b0576f63 Adjust some JavaDoc and fix some IDE warnings 4 years ago
  Andreas Beeker cdd945b0da Bug 63927 - Inconsistent mapping of Norwegian locales for date formats 4 years ago
  Andreas Beeker 1c678f415c Bug 63779 - Add support for the new Java date/time API added in Java 8 4 years ago
  Andreas Beeker 0f29ae8e4d Sonar fixes - type: bugs / severity: major 4 years ago
  Andreas Beeker b2a33515e9 Sonar Fixes - type: bugs / severity: critical - mostly div by 0 4 years ago
  Andreas Beeker 5f28881a35 change package.html to package-info.java 4 years ago
  Andreas Beeker 2a982f62ec Replace StringBuffer with StringBuilder 4 years ago
  PJ Fanning 701b67c315 replace more StringBuffers 4 years ago
  PJ Fanning 2d6b1800dc Update javadoc on FinanceLib. This closes #162 4 years ago
  PJ Fanning 96bf53f3fc replace some uses of StringBuffer with StringBuilder 4 years ago
  Axel Howind 4f8879f8ef use zero size arg to toArray(), use Collection.addAll() (#63805, second patch) 4 years ago
  Dominik Stadler 14812bee45 Adjust comments and add slightly more test-coverage 4 years ago
  PJ Fanning 08b68b5141 [bug-63842] FractionFormat casts whole part of the value into 'int' 4 years ago
  Dominik Stadler b10f94cc75 63779 Add support for the new Java date/time API added in Java 8 4 years ago
  PJ Fanning 9808fd5015 try to fix build failure 4 years ago
  PJ Fanning dc6a4a99e2 try to avoid casting to int 4 years ago
  PJ Fanning 0d323ec9b0 [bug-63533] fix javadoc that refers to horisontalPdi 5 years ago
  Dominik Stadler 50874d9d0d Bug 63509: Allow to format a CellReference without sheet-name for ignoredErrors. 5 years ago
  PJ Fanning 3d5671ac5e remove some tab indents 5 years ago