940 Commits (d8421364646f195743625f24848205f999cdca53)

Author SHA1 Message Date
  Andreas Beeker d842136464 Sonar fixes - "static" base class members should not be accessed via derived types 4 years ago
  Andreas Beeker 1dc771394b Sonar Fixes - "static" base class members should not be accessed via derived types 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 1e8cba79ce Bug 60282: Update JavaDoc and use a common constant for TWIPS_PER_POINT 4 years ago
  Andreas Beeker 3691704678 Sonar fixes 4 years ago
  Andreas Beeker 8202a34d69 #64036 - Replace reflection calls in factories for Java 9+ - Escher factories 4 years ago
  PJ Fanning 2797d07486 try to fix some jdk 14 build issues due to java.lang.Record causing existing POI Record classes to be ambiguous 4 years ago
  Andreas Beeker a0770034fc #64036 - remove reflective calls in Workbook- and SlideShowFactory 4 years ago
  Andreas Beeker c66575c1e7 Migrate all junit tests to Junit 4 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 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 0f29ae8e4d Sonar fixes - type: bugs / severity: major 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 948b0e8f08 convert tabs to spaces 4 years ago
  Axel Howind 4f8879f8ef use zero size arg to toArray(), use Collection.addAll() (#63805, second patch) 4 years ago
  Andreas Beeker 9982ec4e79 #63745 - Add traversing and debugging interface 4 years ago
  Dominik Stadler b10f94cc75 63779 Add support for the new Java date/time API added in Java 8 4 years ago
  Andreas Beeker 8f051a0b88 Unify PNG extraction 4 years ago
  Andreas Beeker 1d4b05ff60 #63745 - Add traversing and debugging interface 4 years ago
  Alain Béarez 5d376c8696 fix boxed variable is never null 5 years ago
  Dominik Stadler 097fd7a5e2 Close more file-handles in tests, convert junit3 tests 5 years ago
  PJ Fanning 9576ab77f9 replace version number 4.0.2 5 years ago
  Dominik Stadler 40f8d119c7 Remove more remnants of NPOIFSFileSystem, mostly in comments and variable names 5 years ago
  Greg Woolsey 82f9c29258 #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations 5 years ago
  Dominik Stadler e8ed5e3a8c Adjust handling of some exceptions in regression tests 5 years ago
  Vladislav Galas a08b69df80 pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common base 5 years ago
  Vladislav Galas 53eee01b5d pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common base 5 years ago
  Vladislav Galas 5da229797f pulled *Cell.setCellValue(double) to the common base 5 years ago
  Vladislav Galas 70b4b88a3a pulled *Cell.getCellTypeEnum() to common base 5 years ago
  Vladislav Galas bc30eceb02 pulled *Cell.getAddress to common base 5 years ago
  Vladislav Galas 39d963aa33 made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCellType(). Purged all redundant calls from project. 5 years ago
  Vladislav Galas 19bf8b23d5 purged calls to cell.setCellType(CellType.BLANK) from the project, replaced with setBlank() 5 years ago
  Vladislav Galas 1253a29571 setCellFormula: blank cell gets value 0, non-blank value is preserved 5 years ago
  Dominik Stadler db14c353fc Fix some Findbugs and IDE issues, refactor some duplicated code, 5 years ago
  Vladislav Galas f64aef7417 unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated javadoc and tests 5 years ago
  Vladislav Galas 3b8055baa0 Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underlying XSSFSheet. Thanks to Axel Howind. 5 years ago
  Dominik Stadler 22bdfcf399 Run Cell-tests on HSSF as well and make handling of null-values consistent across implementations 5 years ago
  Dominik Stadler accfb5a678 JavaDoc fixes/additions and some IDE warnings removed 5 years ago
  Dominik Stadler 19884d0ca3 Code-style: Unify how arrays are specified from C-style to normal Java-style 5 years ago
  Andreas Beeker fa5e01e391 Remove commented out System.out calls / Move DummyGraphics2d to testcase area, as it's not used by production code 5 years ago
  Dominik Stadler a8fd70ec7f Adjust sample for creating comments to also create a .xlsx file 5 years ago
  Andreas Beeker 8ebfec4808 #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS* 5 years ago
  Andreas Beeker 0c35761317 #62355 - unsplit packages - 2 - modified classes (not only imports) 6 years ago
  Andreas Beeker 6ce329eca4 #62355 - unsplit packages - 1 - moved classes 6 years ago
  Andreas Beeker d136eaa778 sonar fixes - null dereference 6 years ago