165 Commits (33d5189ff914595f8ccc0b2a40cc1d9b0b743c5f)

Author SHA1 Message Date
  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
  Javen O'Neal cac40dd101 bug 58775: use short for data format index, int for cell style index 8 years ago
  Javen O'Neal dc5a9e8be3 simplify bug 57880 test case: 8 years ago
  Dominik Stadler 4c739915d8 Fix unit test for bug 58731 to actually run 8 years ago
  Nick Burch 83334b9fd1 Unit test for #58731 - not reproduced, and some javadocs 8 years ago
  Dominik Stadler 1f5c49b68b Eclipse warnings, code formatting, javadoc, ... 8 years ago
  Andreas Beeker 86c72f59da - removed deprecated and confusing methods in XSSFColor 8 years ago
  Dominik Stadler 38827e7b29 Verify that bug 51998 is actually fixed since some time already. 8 years ago
  Andreas Beeker e7dbb2aa43 close resources in junit tests 8 years ago
  Dominik Stadler cda2a2b63d Verify that bug 55406 can be closed WORKSFORME 8 years ago
  Andreas Beeker a3d2eb57ff Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 8 years ago
  Dominik Stadler 062cf73c07 Bug 58315: Avoid NPE for RichTextString without font-details 8 years ago
  Dominik Stadler 7da84c99f2 Eclipse warnings, close resources in CommandLineTextExtractor, add try/finally, formatting, ... 8 years ago
  Dominik Stadler df1df24e75 Add unit test which verifies that bug 53105 is actually fixed now 8 years ago
  Dominik Stadler e8b12e2e54 Add unit tests to verify that bug 51626 and bug 51451 are fixed 8 years ago
  Dominik Stadler 493d377bad Add unit tests which verify that the issues from bug 48962 and 50755 do not occur any more on the latest version 8 years ago
  Dominik Stadler 465af87743 Reduce required memory in tests by not actually creating all the rows/cells when verifying the max number of cellstyles. Hopefully this will avoid the OOMs that we see in various CI environments currently while still verifying the limits correctly. 8 years ago
  David North 14be991668 Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additional tests. 8 years ago
  Dominik Stadler b49c01c355 Try to make Sonar builds run again: add missing dependency, add ooxml-schema-security, don't depend on dir test-data and build-directory directly, don't override a POILogger that is set via System Properties 8 years ago
  Nick Burch 10611e04ac Unit test for bug #57181 9 years ago
  Dominik Stadler d8edfc6e37 Bug 56420: Fix possible NullPointerException when empty cell is included in Sumif calculation 9 years ago
  Dominik Stadler 675758cc85 Move more tests into base class and add a TestSXSSFBugs class to verify some things that are supported against SXSSFWorkbook as well 9 years ago
  Dominik Stadler 5209d15d1c Prevent problems reported in Bug 56574 by ensuring that Cells are properly removed when a row is overwritten by calling createRow() with it's rownum. 9 years ago
  Dominik Stadler 1ae8444bc4 Try to fix flaky test by waiting for a switch of the second to ensure that we have the same timestamps in the two workbooks that we compare byte-wise in this test. 9 years ago
  Andreas Beeker 36156dc87b OOM fix for gump run 9 years ago
  Nick Burch fac8191235 Avoid short wrapping on cell styles and formats > 32,767 in XSSF - format supports up to 64,000 of them #57880 9 years ago
  Dominik Stadler b60ab9cadf Remove Eclipse warnings in tests 9 years ago
  Nick Burch 2e6d113c55 Allow WorkbookFactory.create to open xlsx files protected with the default password 9 years ago
  Nick Burch 15550d5d8c Patch from Jon Scharff from bug #57826 - If a XSSF shape has a buFont but no bullet character, mirror Excel and treat as un-bulleted 9 years ago