254 Commits (4ad4d76241eae44386e52c3a23ca1b7ca28d1458)

Author SHA1 Message Date
  PJ Fanning 4ad4d76241 [bug-62055] Fix XSSFImportFromXML table resize. Thanks to Leonard Kappe. This closes #99 6 years ago
  PJ Fanning 445ca472e1 [github-81] Formula adjusting in context of column shifting. Thanks to Dragan Jovanović. This closes #81 6 years ago
  Dominik Stadler 5923cb895e Bug 61543: do not fail with "part already exists" when tables are created/removed 6 years ago
  Dominik Stadler dc621da629 Update some tests and IntelliJ warnings 6 years ago
  Yegor Kozlov 3d4acce3a7 Bug 58106: when a cell with a 'master' shared formula is removed, the next cell in the range becomes the master 6 years ago
  Dominik Stadler 67683086b5 Bug 61798: Fix usage of getLastCellNum(), unfortunately this is a bit misleading compared to getFirstCellNum()... 6 years ago
  Greg Woolsey f90801d366 Bug 61882 - Some paths can create an XSSFColor instance with a null CTColor reference 6 years ago
  Mark Murphy 25c25ea8ac Surface XSSF Header/Footer Attributes (60887) 6 years ago
  Dominik Stadler 1b171e8642 Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests. 6 years ago
  Dominik Stadler 7c01f5a50c Use Collections.singleton() where applicable 6 years ago
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) 6 years ago
  Dominik Stadler 4f3e802f50 Remove unnecessary casts and toString() calls 6 years ago
  Andreas Beeker 0d8350b03a #61363 - Unify escher shape id allocation 7 years ago
  Greg Woolsey 9a0d34dc43 Deleting a sheet did not delete table parts and relations. Deleting a table needs to also delete any queryTable relations and parts. 7 years ago
  PJ Fanning 52d3ea57f4 javadoc: replace invalid self enclosing elements 7 years ago
  PJ Fanning 69cc48aa85 some javadoc fixes 7 years ago
  PJ Fanning a420b90906 Remove more deprecated code (MissingCellPolicy) 7 years ago
  PJ Fanning b68b916d08 Remove some deprecated *SSF APIs 7 years ago
  Greg Woolsey 8f0cea061e Move my new unit conversions to the Units class, move and deprecate duplicate and scattered unit constants, update constant references to standardize on the ones in the Units class. 7 years ago
  Nick Burch e9a9259a30 Update the CreateTable example to reduce the use of the raw CT classes 7 years ago
  Greg Woolsey c844803b66 Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color 7 years ago
  Greg Woolsey 99390a5759 Add evaluation of data validation rules and conditional formatting 7 years ago
  Javen O'Neal 60f1ed67d4 bug 60601: unset hyperlinks after removing them individually from the DOM 7 years ago
  Javen O'Neal b3d1bef3a1 bug 60601: hyperlinks have to be removed one by one to avoid other errors 7 years ago
  Javen O'Neal f055f99549 bug 60601: unlink hyperlinks from a sheet if all hyperlinks have been removed. Patch from Joachim Piketz 7 years ago
  Andreas Beeker cf37b13c3a SonarQube fixes 7 years ago
  Andreas Beeker 6a44282608 #60519 - Extractor for *SSF embeddings 7 years ago
  Andreas Beeker b988f251ad #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 7 years ago
  Dominik Stadler 851a171915 Adjust imports, fix some Javadoc issues and ignore deprecation warnings in tests 7 years ago
  Dominik Stadler 6e685dad95 Bug 53611: populate dimension of XSSF Worksheet when writing the document 7 years ago
  Nick Burch b002ad9d3f #60255 When creating a XSSF drawing, find the next available document part, even if another type has pinched the next number 7 years ago
  Andreas Beeker 1690ec2d19 merge trunk to branch 7 years ago
  Javen O'Neal 3300d54179 bug 59687: correctly delete comments from rows when removing a row and the workbook contains empty rows above the deleted row; patch from Greg Woolsey 7 years ago
  Javen O'Neal a287a5a05a bug 59853: support PivotTables with named structured references; patch from Greg Woolsey 7 years ago
  Andreas Beeker 2e50133e88 merge trunk to branch 7 years ago
  Javen O'Neal 7cfaa16489 sheet names are case insensitive 7 years ago
  Javen O'Neal a68e958a55 bug 52425: Error adding Comments into cloned Sheets; patch from Daniel 7 years ago
  Andreas Beeker 885deafb94 merge down trunk 7 years ago
  Javen O'Neal 5217c22a98 bug 59922: rename XSSFPaswordHelper to XSSFPasswordHelper 8 years ago
  Javen O'Neal 55bc4619d5 bug 59872: add @since annotation to Sheet#getHyperlink(CellAddress) 8 years ago
  Javen O'Neal dcf43f75bd bug 59872: add Sheet.getHyperlink(CellAddress) 8 years ago
  Dominik Stadler 2348794109 Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged region on exists merged region 8 years ago
  Javen O'Neal 40f1013f63 JDK8 javadocs 8 years ago
  Javen O'Neal 8d31c01f40 bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.* 8 years ago
  Javen O'Neal ff0e46af6d bug 59773: move loop invariants outside of loop or change for loops to for-each loops 8 years ago
  Javen O'Neal af53515279 bug 59773: move loop invariants outside of loop or change for loops to for-each loops 8 years ago
  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 years ago
  Javen O'Neal 9585974626 bug 59731: start migrating methods relating to row-shifting in HSSFSheet to HSSFRowShifter; consolidate with XSSFRowShifter into RowShifter 8 years ago
  Javen O'Neal 80eac0c70e bug 59730: promote XSSFSheet#removeMergedRegions to Sheet interface 8 years ago
  Javen O'Neal 93ed98da08 bug 56958: slightly improve performance when checking array formulas 8 years ago