131 Commit (df1df24e75ee8b5edc4e1595dba05cfb6217debd)

Autore SHA1 Messaggio Data
  Dominik Stadler df1df24e75 Add unit test which verifies that bug 53105 is actually fixed now 8 anni fa
  Dominik Stadler e8b12e2e54 Add unit tests to verify that bug 51626 and bug 51451 are fixed 8 anni fa
  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 anni fa
  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 anni fa
  David North 14be991668 Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additional tests. 8 anni fa
  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 anni fa
  Nick Burch 10611e04ac Unit test for bug #57181 9 anni fa
  Dominik Stadler d8edfc6e37 Bug 56420: Fix possible NullPointerException when empty cell is included in Sumif calculation 9 anni fa
  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 anni fa
  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 anni fa
  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 anni fa
  Andreas Beeker 36156dc87b OOM fix for gump run 9 anni fa
  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 anni fa
  Dominik Stadler b60ab9cadf Remove Eclipse warnings in tests 9 anni fa
  Nick Burch 2e6d113c55 Allow WorkbookFactory.create to open xlsx files protected with the default password 9 anni fa
  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 anni fa
  Nick Burch ca020a8be2 Fix some inconsistent whitespace 9 anni fa
  Nick Burch cc2557adbb #57642 Fix setSheetName with ISERROR on XSSF 9 anni fa
  Dominik Stadler 3c1dc201a3 Print out slightly more on test-failure for a unit tests which fails intermittently 9 anni fa
  Dominik Stadler 7764200fe2 Bug 56295: Fix cloning of styles across workbooks and handling of default value of attribute applyFill 9 anni fa
  Nick Burch 0227765619 Detect OOXML-strict, and give more helpful exceptions for them 9 anni fa
  Nick Burch 06efaaecf8 Stub unit tests for #57699 9 anni fa
  Dominik Stadler 9d73215957 Bug 56467: Fix cloning of sheets with pictures 9 anni fa
  Dominik Stadler 0ec21978fc Add testcase which verifies that bug 56820 was solved by some other fix already 9 anni fa
  Dominik Stadler c7f6c705be Bug 57165: also verify that createSheet() had the same problem and is also fixed now 9 anni fa
  Dominik Stadler 81ae481815 Bug 57165: Avoid PartAlreadyExistsException when removing/cloning sheets 9 anni fa
  Dominik Stadler 281e6e8f4a Revert organize imports 9 anni fa
  Dominik Stadler 24cccd49de Use assertArrayEquals() to try to better show why this test fails in some rare cases currently 9 anni fa
  Nick Burch 56cddecfbe Finish converting ErrorEval to only use the FormulaError constants, and then finish unit test for 57535 9 anni fa
  Nick Burch ff210628cc Add a unit test (disabled) for bug #57535 - "Unknown error type: -60" fetching formula error value 9 anni fa
  Nick Burch 0bd3a6df26 57482 Handle XSLX files with no shared strings table in read-only mode 9 anni fa
  Nick Burch 61e7dc447a Unit test from Isao Kadowaki from bug #57482 9 anni fa
  Nick Burch 26de25b7d3 Test to show that bug #57430 works fine already 9 anni fa
  Dominik Stadler 117e591778 Adjust Bin2Dec similar to what we did for Hex2Dec in Bug 57196 and fix some smaller problems in the implementation found while adding full unit tests 9 anni fa
  Dominik Stadler ffdf1ba216 Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2Dec 9 anni fa
  Dominik Stadler f465ee1313 * Add missing close() on streams in ImageUtils.getImageDimension() 9 anni fa
  Dominik Stadler 24f27b9ae1 Fix some Eclipse warnings 9 anni fa
  Nick Burch 70365497bb Add unit test for bug #57176 9 anni fa
  Dominik Stadler 0c353fa71a Apply patch to fix bug 56835: Unreadable content when adding multiple comments to cell 9 anni fa
  Andreas Beeker 56051c3e44 merge with trunk 9 anni fa
  Andreas Beeker f39e6bea74 Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 9 anni fa
  Nick Burch 22aec7b4e3 Before parsing an OOXML document, reset the xmlbeans sax parser to avoid the risk of getting one in an error state (due to XMLBEANS-512). Should be a minimal extra overhead pending a proper fix. Allows us to finish enabling the unit tests for #54764 10 anni fa
  Nick Burch 69015a079e Add another test file for #54764, and a test that uses it 10 anni fa
  Nick Burch 526abfe065 Apply suggestions from Uwe Schindler for more secure xml defaults for #54764 and #56164, for xml parsers which support them 10 anni fa
  Nick Burch ceb9427afb Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XSSFWorkbook is passed a .xlsb file 10 anni fa
  Nick Burch a4e29760f8 Fix bug #56502 - When shifting XSSF rows with formula cells, if the formula can't be parsed, log + leave it unchanged rather than failing 10 anni fa
  Nick Burch 2809a55dd3 Fix bug #56527 - Avoid NPE from XSSFHyperLink when setting the cell 10 anni fa
  Dominik Stadler 0c2415165f Fix test to make it work on different date as well 10 anni fa
  Dominik Stadler 3853004e6d Bug 56688: Fix border cases in EDATE function: handle RefEval and BlankEval and also return #VALUE, not #REF if case of error 10 anni fa
  Nick Burch 69878b6ba8 Comments updates 10 anni fa