1171 Commits (7c0327c8b101fcd093aae5a83b37a99f0809ffd1)

Author SHA1 Message Date
  Yegor Kozlov 7c0327c8b1 OSGi support: register service providers in bundle activator 3 years ago
  Andreas Beeker a73348fe8b Update library versions 3 years ago
  Andreas Beeker f8040e5f8c #64036 - Replace reflection calls in factories for Java 9+ 3 years ago
  Andreas Beeker b57da2dada #64036 - Replace reflection calls in factories for Java 9+ 3 years ago
  Andreas Beeker d6a97ce38d #64036 - Replace reflection calls in factories for Java 9+ 3 years ago
  Andreas Beeker 60303201dc use the forbidden-apis policies corresponding to the JRE 3 years ago
  Andreas Beeker b9841b4007 also handle wrapped OOXML "Package" nodes inside of OLE2 containers 3 years ago
  Andreas Beeker 5caf8e109b #64411 - Provide JigSaw modules 3 years ago
  PJ Fanning 4e3008acdb [github-191] Fix RuntimeException on array formula referencing blank cell. Thanks to Miłosz Rembisz. This closes #191 3 years ago
  Andreas Beeker dfdf9e6d6f #64411 - Provide JigSaw modules 3 years ago
  PJ Fanning e86ba86f2d [github-189] Move date parsing logic to DateParser. Thanks to Miłosz Rembisz. This closes #189 3 years ago
  Andreas Beeker c0f9941604 #64411 - Provide JigSaw modules 3 years ago
  PJ Fanning a5cf0f0d3f use BigInteger.valueOf 3 years ago
  PJ Fanning 8900e397a4 remove some deprecated code 3 years ago
  PJ Fanning be09639638 [github-185] Fix if function in array formulas with 2nd argument evaluating to error. Thanks to Miłosz Rembisz. This closes #185 3 years ago
  PJ Fanning 883d6bb987 remove some deprecated classes 3 years ago
  PJ Fanning 19c97f3285 remove some deprecated methods from Cell 3 years ago
  PJ Fanning b12e13a041 remove some deprecated Font methods from Workbook 3 years ago
  PJ Fanning 38e58f1ead remove some deprecated Name methods from Workbook 3 years ago
  PJ Fanning b7930fc65c [github-181] make Value function work with arrays. Thanks to Miłosz Rembisz. This closes #181 4 years ago
  PJ Fanning 00185c2857 next version will be 5.0.0 4 years ago
  Dominik Stadler c61cd6fa03 Fix some IDE warnings, make lock-objects final, use generics, remove unused allocated fields to reduce memory overhead of DocumentInputStream 4 years ago
  Dominik Stadler ff919eb0e4 Bug 64393: Adjust relational operators to handle MissingArgEval correctly 4 years ago
  PJ Fanning 5bad296845 forbidden-apis-check issues 4 years ago
  PJ Fanning af8137a6e4 [github-180] Add DateValue function. Thanks to Milosz Rembisz. This closes #180 4 years ago
  PJ Fanning 9bddb8729e [github-179] add an option for RangeCopier.copyRange() to clone styles. Thanks to xjlin0. This closes #179 4 years ago
  PJ Fanning 237d55b3e3 [bug-64441] synchronize code that initialises WorkbookFactory 4 years ago
  Dominik Stadler 979d1b48e7 Github-177: Avoid NullPointerException if RangeCopier encounters empty/missing rows 4 years ago
  Dominik Stadler 52320e3213 Fix some IDE warnings, remove usage of deprecated methods 4 years ago
  Andreas Beeker 948d4a3574 Sonar fix - "Cast one of the operands of this addition operation to a 'long'/'double'" 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
  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