190 Commits (6c89a6a460ecc88a6c23295c78bbd528a422318c)

Author SHA1 Message Date
  Dominik Stadler 6c89a6a460 Add test which verifies that bug 61652 is not appearing any more on latest trunk 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
  Dominik Stadler 2dc64ebbcc adjust tests, javadoc, ... 6 years ago
  Dominik Stadler ec2c04d452 Fix bug 61516: when copying cells with formulas we should properly check for references that are invalid afterwards. 6 years ago
  Tim Allison 9efbfd9d7d 60805 (partial) -- remove/suppress println in tests 6 years ago
  PJ Fanning 6382370552 update getCellType to return CellType enum instead of int 6 years ago
  PJ Fanning e3ddb77bc1 update getCellType to return CellType enum instead of int 6 years ago
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) 6 years ago
  PJ Fanning b23a943054 fix tests broken by <br/> doc changes 7 years ago
  PJ Fanning 95d9bec68b Remove more deprecated code (especially from Spreadsheet Cell classes) 7 years ago
  PJ Fanning 5d4a4a7f28 Ensure SpreadsheetVersion is set for AreaReferences 7 years ago
  Javen O'Neal 7ca959ac56 simplify unit test code with IOUtils.write to a NullOutputStream 7 years ago
  Javen O'Neal 12fd163018 rename createXls and createXlsx helper functions: these are specifically for testing text rotation. 7 years ago
  Dominik Stadler 05a6cf3263 Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), may be missing for other functions where ArrayEval is currently handled 7 years ago
  Dominik Stadler b87bc11209 Reformat code somewhat 7 years ago
  Andreas Beeker 3cf6c40004 fix eclipse warnings - close resources / type generics 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
  Javen O'Neal 53d74a67fa disabled unit tests are now passing for bug 48703 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 67e242cb12 check column outline level for bug 55076 7 years ago
  Javen O'Neal 7ffff18433 add failing unit test for bug 55076: collapsing column groups only hides the first column 7 years ago
  Andreas Beeker 2e50133e88 merge trunk to branch 7 years ago
  Javen O'Neal 5d97d4c0e2 change CellValue#getCellType() to return an int instead of an enum for backwards compatibility (source and binary) with POI 3.14. This reverts the behavior introduced in POI 3.15 beta 3 in r1751237. 7 years ago
  Andreas Beeker 885deafb94 merge down trunk 7 years ago
  David North aa17ae0b1e Introduce name-based methods for access to named ranges in a workbook, and deprecate the old index-based methods. 7 years ago
  Dominik Stadler 33d5189ff9 59106: WorkdayFunction does not read the area with holidays correctly to calculate work days 8 years ago
  Javen O'Neal e9d5694574 bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage 8 years ago
  Javen O'Neal 0dc2e3e765 bug 59804: indicate when features were @Internal-ized 8 years ago
  Javen O'Neal 04be2bb235 bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an integer for backwards compatibility 8 years ago
  Javen O'Neal 5582593ad1 bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 8 years ago
  Javen O'Neal fb8c79d96c bug 59791: convert Cell Type to an enum 8 years ago
  Nick Burch 6e492e290c #59746 XSSF support for files from certain alternate tools where the row XML is missing the row number 8 years ago
  Nick Burch cf9d309cde Disabled unit test for bug #59746, test file from Rob Owen 8 years ago
  Javen O'Neal 908cc6a1f1 bug 57523: off by one error 8 years ago
  Javen O'Neal 7c9effb080 bug 57523: add unit test written by Dominik Stadler 8 years ago
  Javen O'Neal a71a9df566 add disabled unit test for bug 55273: contributed by Martin Studer 8 years ago
  Javen O'Neal 8cc47c0d2a add test case from Anders Åberg for bug 59442 8 years ago
  Dominik Stadler c23c89a3da Bug 59132: Adjust implementation of COUNTBLANK to be conforming to Excel, empty strings are counted as blank as well 8 years ago
  Andreas Beeker 5f71c5241c #59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAndColumns() 8 years ago
  Dominik Stadler bd25521857 Eclipse warnings, helper unit-test, improve information provided in Exceptions, do not swallow inner stacktraces, ... 8 years ago
  Andreas Beeker c47f676397 #54916 - POI does not always read all the slides in pptx files 8 years ago
  Dominik Stadler 5068f2dfcb bug 58043: provide some compatibility between HSSF and XSSF in regards to values for CellStyle.setRotation(). Also adjust JavaDoc to mention the remaining things to note 8 years ago
  Dominik Stadler fd88118237 Move test for bug 57236 as it seems to be fixed since some time 8 years ago
  Andreas Beeker bd96f00e42 preparation for #54916 - commit unrelated changes 8 years ago
  Andreas Beeker cbd450124c remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 8 years ago
  Dominik Stadler 4b37b0d47d Fix bug 58760: non-standard namespace-key breaks parsing XLSX files 8 years ago
  Nick Burch 5420e5f59b Disabled unit test for #58760 (problem remains) 8 years ago