3 Commits (d6ab8e844442607965eb749d42c67d7c9f0f5495)

Autor SHA1 Nachricht Datum
  PJ Fanning d6ab8e8444 [github-290] Customize Spliterator implementations for better parallelism. Thanks to Daniel Shuy. This closes #290 vor 2 Jahren
  Andreas Beeker 382714eccd :poi - fix javadocs - link to dependent/external project javadocs vor 3 Jahren
  Andreas Beeker b6aee1ef6d 65206 - Migrate ant / maven to gradle build vor 3 Jahren
  Andreas Beeker 37791e4bdf 65206 - Migrate ant / maven to gradle build vor 3 Jahren
  Marius Volkhart 259c9967ef [bug-63046] Use Log4j 2 for logging vor 3 Jahren
  Andreas Beeker 3778a3e9e2 Sonar fixes vor 3 Jahren
  PJ Fanning bd1d31e410 avoid string concats vor 3 Jahren
  PJ Fanning 2797d07486 try to fix some jdk 14 build issues due to java.lang.Record causing existing POI Record classes to be ambiguous vor 4 Jahren
  Andreas Beeker c66575c1e7 Migrate all junit tests to Junit 4 vor 4 Jahren
  Dominik Stadler 2748844549 Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on empty Sheets vor 4 Jahren
  Dominik Stadler 57b0576f63 Adjust some JavaDoc and fix some IDE warnings vor 4 Jahren
  Vladislav Galas 19bf8b23d5 purged calls to cell.setCellType(CellType.BLANK) from the project, replaced with setBlank() vor 5 Jahren
  Vladislav Galas f64aef7417 unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated javadoc and tests vor 5 Jahren
  PJ Fanning 445ca472e1 [github-81] Formula adjusting in context of column shifting. Thanks to Dragan Jovanović. This closes #81 vor 6 Jahren
  Dominik Stadler db15fe7778 Change order of handling shape-types in copy() as FreeFormShape derives from AutoShape and thus would have not been copied correctly currently vor 6 Jahren
  Javen O'Neal 31daa180c6 github-81: extract routines in HSSFRow#shiftRows vor 6 Jahren
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) vor 6 Jahren
  Dominik Stadler 037800436a Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary casts vor 6 Jahren
  PJ Fanning 52d3ea57f4 javadoc: replace invalid self enclosing elements vor 7 Jahren
  PJ Fanning b68b916d08 Remove some deprecated *SSF APIs vor 7 Jahren
  Dominik Stadler 5ca0b239bf Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon vor 7 Jahren
  Andreas Beeker d5eed5ef08 SonarQube fixes vor 7 Jahren
  Dominik Stadler c74d5cf727 Comments, Javadoc and make close() only log instead of throw an exception to not have catch inside catch vor 7 Jahren
  Javen O'Neal 55bc4619d5 bug 59872: add @since annotation to Sheet#getHyperlink(CellAddress) vor 8 Jahren
  Javen O'Neal dcf43f75bd bug 59872: add Sheet.getHyperlink(CellAddress) vor 8 Jahren
  Dominik Stadler 2348794109 Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged region on exists merged region vor 8 Jahren
  Javen O'Neal 40f1013f63 JDK8 javadocs vor 8 Jahren
  Javen O'Neal 8d31c01f40 bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.* vor 8 Jahren
  Javen O'Neal 11bd837623 bug 59789: move HSSFComment shifting due to rowShift outside of for-loop for performance vor 8 Jahren
  Javen O'Neal af53515279 bug 59773: move loop invariants outside of loop or change for loops to for-each loops vor 8 Jahren
  Javen O'Neal 11bea18184 bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to o.a.p.ss.util vor 8 Jahren
  Andreas Beeker 84d15fdcb7 javadoc fixes (jdk8) vor 8 Jahren
  Javen O'Neal 9585974626 bug 59731: start migrating methods relating to row-shifting in HSSFSheet to HSSFRowShifter; consolidate with XSSFRowShifter into RowShifter vor 8 Jahren
  Javen O'Neal 80eac0c70e bug 59730: promote XSSFSheet#removeMergedRegions to Sheet interface vor 8 Jahren
  Javen O'Neal 46b3d8eaee bug 56454: keep XSSFRowShifter#shiftMerged in sync with HSSFSheet: when shifting rows, shift merged regions (even when the merged region does not include column 0) vor 8 Jahren
  Javen O'Neal fe73d687cd bug 56454: deprecate shiftMerged with unused parameter, move loop-invariant out of for-loop vor 8 Jahren
  Javen O'Neal 93ed98da08 bug 56958: slightly improve performance when checking array formulas vor 8 Jahren
  Javen O'Neal a15ca7acfc bug 56958: patch from Yaniv Kunda: check that cells containing array formulas do not belong to a merged region vor 8 Jahren
  Javen O'Neal 9a769fcb0b bug 59645: add Page Setup Print row and column headings support for Common SS vor 8 Jahren
  Dominik Stadler bb7c632559 Fix some Sonar issues and some IntelliJ warnings vor 8 Jahren
  Javen O'Neal da9bd80d5e bug 59212: Do not check for overlapping regions when adding merged regions to a sheet vor 8 Jahren
  Andreas Beeker 5f71c5241c #59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAndColumns() vor 8 Jahren
  Dominik Stadler 784bdfe20f Bug 47245: Comment out check and exception in case row-records are missing for some cells as it seems POI is handling this gracefully and LibreOffice/Excel are as well vor 8 Jahren
  Javen O'Neal 9ee05a1452 bug 56345: reject single-cell merged regions vor 8 Jahren
  Javen O'Neal ac65d1333d fix javadoc errors vor 8 Jahren
  Javen O'Neal 7d7d78f910 remove deprecated functions (since 2008) vor 8 Jahren
  Javen O'Neal c568c36b80 add @Override annotations to Sheet classes vor 8 Jahren
  Javen O'Neal 6c1b0f30b0 Patch from Lyle for bug 52903: HSSFSheet.shiftRows does not shift hyperlink references vor 8 Jahren
  Javen O'Neal 7bd18248e0 bug 58644: fix HSSFSheet.setZoom(int); update documentation to use non-deprecated method vor 8 Jahren
  Javen O'Neal 4d0724878f whitespace vor 8 Jahren