125 Revize (10611e04ac8113d77aad10c1a35fd3a895cfdbf6)

Autor SHA1 Zpráva Datum
  Nick Burch 10611e04ac Unit test for bug #57181 před 9 roky
  Dominik Stadler d8edfc6e37 Bug 56420: Fix possible NullPointerException when empty cell is included in Sumif calculation před 9 roky
  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 před 9 roky
  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. před 9 roky
  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. před 9 roky
  Andreas Beeker 36156dc87b OOM fix for gump run před 9 roky
  Nick Burch fac8191235 Avoid short wrapping on cell styles and formats > 32,767 in XSSF - format supports up to 64,000 of them #57880 před 9 roky
  Dominik Stadler b60ab9cadf Remove Eclipse warnings in tests před 9 roky
  Nick Burch 2e6d113c55 Allow WorkbookFactory.create to open xlsx files protected with the default password před 9 roky
  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 před 9 roky
  Nick Burch ca020a8be2 Fix some inconsistent whitespace před 9 roky
  Nick Burch cc2557adbb #57642 Fix setSheetName with ISERROR on XSSF před 9 roky
  Dominik Stadler 3c1dc201a3 Print out slightly more on test-failure for a unit tests which fails intermittently před 9 roky
  Dominik Stadler 7764200fe2 Bug 56295: Fix cloning of styles across workbooks and handling of default value of attribute applyFill před 9 roky
  Nick Burch 0227765619 Detect OOXML-strict, and give more helpful exceptions for them před 9 roky
  Nick Burch 06efaaecf8 Stub unit tests for #57699 před 9 roky
  Dominik Stadler 9d73215957 Bug 56467: Fix cloning of sheets with pictures před 9 roky
  Dominik Stadler 0ec21978fc Add testcase which verifies that bug 56820 was solved by some other fix already před 9 roky
  Dominik Stadler c7f6c705be Bug 57165: also verify that createSheet() had the same problem and is also fixed now před 9 roky
  Dominik Stadler 81ae481815 Bug 57165: Avoid PartAlreadyExistsException when removing/cloning sheets před 9 roky
  Dominik Stadler 281e6e8f4a Revert organize imports před 9 roky
  Dominik Stadler 24cccd49de Use assertArrayEquals() to try to better show why this test fails in some rare cases currently před 9 roky
  Nick Burch 56cddecfbe Finish converting ErrorEval to only use the FormulaError constants, and then finish unit test for 57535 před 9 roky
  Nick Burch ff210628cc Add a unit test (disabled) for bug #57535 - "Unknown error type: -60" fetching formula error value před 9 roky
  Nick Burch 0bd3a6df26 57482 Handle XSLX files with no shared strings table in read-only mode před 9 roky
  Nick Burch 61e7dc447a Unit test from Isao Kadowaki from bug #57482 před 9 roky
  Nick Burch 26de25b7d3 Test to show that bug #57430 works fine already před 9 roky
  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 před 9 roky
  Dominik Stadler ffdf1ba216 Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2Dec před 9 roky
  Dominik Stadler f465ee1313 * Add missing close() on streams in ImageUtils.getImageDimension() před 9 roky
  Dominik Stadler 24f27b9ae1 Fix some Eclipse warnings před 9 roky
  Nick Burch 70365497bb Add unit test for bug #57176 před 9 roky
  Dominik Stadler 0c353fa71a Apply patch to fix bug 56835: Unreadable content when adding multiple comments to cell před 9 roky
  Andreas Beeker 56051c3e44 merge with trunk před 9 roky
  Andreas Beeker f39e6bea74 Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods před 9 roky
  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 před 10 roky
  Nick Burch 69015a079e Add another test file for #54764, and a test that uses it před 10 roky
  Nick Burch 526abfe065 Apply suggestions from Uwe Schindler for more secure xml defaults for #54764 and #56164, for xml parsers which support them před 10 roky
  Nick Burch ceb9427afb Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XSSFWorkbook is passed a .xlsb file před 10 roky
  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 před 10 roky
  Nick Burch 2809a55dd3 Fix bug #56527 - Avoid NPE from XSSFHyperLink when setting the cell před 10 roky
  Dominik Stadler 0c2415165f Fix test to make it work on different date as well před 10 roky
  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 před 10 roky
  Nick Burch 69878b6ba8 Comments updates před 10 roky
  Nick Burch fea44cd904 Change how we update sheet names in XSSF formulas and names, when renaming sheets, to take advantage of the simpler structure that Pxg now offers před 10 roky
  Nick Burch d310441632 Better reporting on why a test is failing, and partial NameXPxg eval před 10 roky
  Nick Burch 9b36a0dd9f Start to support formula parsing of sheet-specified named ranges, required for a full fix to bug #56737 před 10 roky
  Nick Burch 6c05ec47f2 Add disabled unit tests for bug #56737, which currently fails (differently) for HSSF and XSSF před 10 roky
  Nick Burch 45cabc939f Fix for #56702 - If a cell is of type numeric but has an empty <v/> tag, return as 0 před 10 roky
  Nick Burch f82c8a693e This bug has been fixed, so re-enable the unit test před 10 roky