3 Commits (d6ab8e844442607965eb749d42c67d7c9f0f5495)

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